author | mickeyl <mickeyl> | 2003-06-03 15:38:37 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-06-03 15:38:37 (UTC) |
commit | 3dea54857e7ba2fbd56eee453bf2dd96969eb91c (patch) (unidiff) | |
tree | 785eaeef0ee61dbac09bacb3865baa573c0da8d6 | |
parent | 7b06627cd5083cac80a584b2d85dbb4d03b6c1df (diff) | |
download | opie-3dea54857e7ba2fbd56eee453bf2dd96969eb91c.zip opie-3dea54857e7ba2fbd56eee453bf2dd96969eb91c.tar.gz opie-3dea54857e7ba2fbd56eee453bf2dd96969eb91c.tar.bz2 |
simpad
-rw-r--r-- | Vars.make | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -76,13 +76,16 @@ ifeq ($(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),) | 85 | ifneq ($(CONFIG_TARGET_RAMSES),) |
86 | STRIP=arm-linux-strip | 86 | STRIP=arm-linux-strip |
87 | endif | 87 | endif |
88 | ifneq ($(CONFIG_TARGET_SIMPAD),) | ||
89 | STRIP=arm-linux-strip | ||
90 | endif | ||
88 | endif | 91 | endif |