summaryrefslogtreecommitdiff
path: root/Vars.make
Side-by-side diff
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
@@ -30,2 +30,5 @@ ifdef CONFIG_TARGET_X86
endif
+ifdef CONFIG_TARGET_64BIT
+ PLATFORM=64-linux
+endif
ifdef CONFIG_TARGET_SHARP
@@ -115,2 +118,5 @@ ifeq ($(STRIP),)
endif
+ ifneq ($(CONFIG_TARGET_64BIT),)
+ STRIP=strip
+ endif
ifneq ($(CONFIG_TARGET_IPAQ),)