summaryrefslogtreecommitdiff
path: root/Vars.make
Unidiff
Diffstat (limited to 'Vars.make') (more/less context) (show whitespace changes)
-rw-r--r--Vars.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/Vars.make b/Vars.make
index 82421e5..330b455 100644
--- a/Vars.make
+++ b/Vars.make
@@ -73,13 +73,16 @@ export CFLAGS_RELEASE:=$(patsubst %",%,$(CFLAGS_RELEASE))
73endif 73endif
74 74
75ifeq ($(STRIP),) 75ifeq ($(STRIP),)
76 ifneq ($(CONFIG_TARGET_X86),) 76 ifneq ($(CONFIG_TARGET_X86),)
77 STRIP=strip 77 STRIP=strip
78 endif 78 endif
79 ifneq ($(CONFIG_TARGET_IPAQ),) 79 ifneq ($(CONFIG_TARGET_IPAQ),)
80 STRIP=arm-linux-strip 80 STRIP=arm-linux-strip
81 endif 81 endif
82 ifneq ($(CONFIG_TARGET_SHARP),) 82 ifneq ($(CONFIG_TARGET_SHARP),)
83 STRIP=arm-linux-strip 83 STRIP=arm-linux-strip
84 endif 84 endif
85 ifneq ($(CONFIG_TARGET_RAMSES),)
86 STRIP=arm-linux-strip
87 endif
85endif 88endif