From 9dbe643b99c9b4af22044d9ca57108b929cb9ecd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 20 Apr 2015 00:31:35 -0500 Subject: remove lowercase ABI symbols. tested with x86/mips64 variants --- target/config/Config.in.abi.choice | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'target/config/Config.in.abi.choice') diff --git a/target/config/Config.in.abi.choice b/target/config/Config.in.abi.choice index 742e04025..df60f4227 100644 --- a/target/config/Config.in.abi.choice +++ b/target/config/Config.in.abi.choice @@ -7,28 +7,24 @@ depends on ADK_TARGET_ARCH_MIPS64 config ADK_TARGET_ABI_N32 bool "N32 ABI" - select ADK_n32 config ADK_TARGET_ABI_N64 bool "N64 ABI" - select ADK_n64 config ADK_TARGET_ABI_O32 bool "O32 ABI" - select ADK_o32 endchoice choice prompt "ABI" -depends on ADK_TARGET_ARCH_X86_64 +depends on ADK_TARGET_ARCH_X86_64 && \ + (ADK_TARGET_LIB_GLIBC || ADK_TARGET_LIB_MUSL) config ADK_TARGET_ABI_64 bool "64 Bit ABI" - select ADK_64 config ADK_TARGET_ABI_X32 bool "x32 ABI" - select ADK_x32 endchoice -- cgit v1.2.3