summaryrefslogtreecommitdiff
path: root/Vars.make
authorllornkcor <llornkcor>2005-11-08 23:05:45 (UTC)
committer llornkcor <llornkcor>2005-11-08 23:05:45 (UTC)
commita8063e0797d6edf2ead22fc8c5346ddf187f0b5d (patch) (unidiff)
treedf550982ac6985f6df9c01f4951f4efa6e678f6c /Vars.make
parent18d6f344e4656e7f77497d345f1480cecd4d2f31 (diff)
downloadopie-a8063e0797d6edf2ead22fc8c5346ddf187f0b5d.zip
opie-a8063e0797d6edf2ead22fc8c5346ddf187f0b5d.tar.gz
opie-a8063e0797d6edf2ead22fc8c5346ddf187f0b5d.tar.bz2
add 64bit target
Diffstat (limited to 'Vars.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Vars.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/Vars.make b/Vars.make
index 6a52a93..880ccf1 100644
--- a/Vars.make
+++ b/Vars.make
@@ -28,6 +28,9 @@ endif
28ifdef CONFIG_TARGET_X86 28ifdef CONFIG_TARGET_X86
29 PLATFORM=x86-linux 29 PLATFORM=x86-linux
30endif 30endif
31ifdef CONFIG_TARGET_64BIT
32 PLATFORM=64-linux
33endif
31ifdef CONFIG_TARGET_SHARP 34ifdef CONFIG_TARGET_SHARP
32 PLATFORM=sharp-linux 35 PLATFORM=sharp-linux
33endif 36endif
@@ -113,6 +116,9 @@ ifeq ($(STRIP),)
113 ifneq ($(CONFIG_TARGET_X86),) 116 ifneq ($(CONFIG_TARGET_X86),)
114 STRIP=strip 117 STRIP=strip
115 endif 118 endif
119 ifneq ($(CONFIG_TARGET_64BIT),)
120 STRIP=strip
121 endif
116 ifneq ($(CONFIG_TARGET_IPAQ),) 122 ifneq ($(CONFIG_TARGET_IPAQ),)
117 STRIP=arm-linux-strip 123 STRIP=arm-linux-strip
118 endif 124 endif