From a8063e0797d6edf2ead22fc8c5346ddf187f0b5d Mon Sep 17 00:00:00 2001 From: llornkcor Date: Tue, 08 Nov 2005 23:05:45 +0000 Subject: add 64bit target --- (limited to 'Vars.make') diff --git a/Vars.make b/Vars.make index 6a52a93..880ccf1 100644 --- a/Vars.make +++ b/Vars.make @@ -28,6 +28,9 @@ endif ifdef CONFIG_TARGET_X86 PLATFORM=x86-linux endif +ifdef CONFIG_TARGET_64BIT + PLATFORM=64-linux +endif ifdef CONFIG_TARGET_SHARP PLATFORM=sharp-linux endif @@ -113,6 +116,9 @@ ifeq ($(STRIP),) ifneq ($(CONFIG_TARGET_X86),) STRIP=strip endif + ifneq ($(CONFIG_TARGET_64BIT),) + STRIP=strip + endif ifneq ($(CONFIG_TARGET_IPAQ),) STRIP=arm-linux-strip endif -- cgit v0.9.0.2