-rw-r--r-- | Vars.make | 6 | ||||
-rw-r--r-- | config.in | 4 |
2 files changed, 10 insertions, 0 deletions
@@ -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),) @@ -37,2 +37,6 @@ choice boolean "Yopy 3500/3700" + + config TARGET_64BIT + boolean "64 BIT" + endchoice |