From b740a110d070e065a1129a9612f2b1d5ff77524f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 26 Apr 2015 12:13:50 -0500 Subject: refactor LINUX_64 support, hide symbol for developers of boards --- toolchain/gcc/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'toolchain') diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 6285b2af6..caa4b2437 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -135,10 +135,9 @@ endif endif ifeq ($(ADK_TARGET_ARCH_X86_64),y) -ifeq ($(ADK_TARGET_ABI_X32),y) +ifneq ($(ADK_TARGET_ABI_X32),) GCC_FINAL_CONFOPTS+= --with-abi=x32 -endif -ifeq ($(ADK_TARGET_ABI_64),y) +else GCC_FINAL_CONFOPTS+= --disable-biarch --disable-multilib endif endif -- cgit v1.2.3