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 --- toolchain/uclibc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toolchain/uclibc') diff --git a/toolchain/uclibc/Makefile b/toolchain/uclibc/Makefile index 7214e17ed..7b1b55b10 100644 --- a/toolchain/uclibc/Makefile +++ b/toolchain/uclibc/Makefile @@ -137,17 +137,17 @@ endif endif # mips64 ifeq ($(ADK_TARGET_ARCH_MIPS64),y) -ifeq ($(ADK_n64),y) +ifeq ($(ADK_TARGET_ABI_N64),y) $(SED) 's/.*\(CONFIG_MIPS_N64_ABI\).*/\1=y/' ${WRKBUILD}/.config $(SED) 's/.*\(CONFIG_MIPS_O32_ABI\).*/# \1 is not set/' ${WRKBUILD}/.config $(SED) 's/.*\(CONFIG_MIPS_N32_ABI\).*/# \1 is not set/' ${WRKBUILD}/.config endif -ifeq ($(ADK_n32),y) +ifeq ($(ADK_TARGET_ABI_N32),y) $(SED) 's/.*\(CONFIG_MIPS_N32_ABI\).*/\1=y/' ${WRKBUILD}/.config $(SED) 's/.*\(CONFIG_MIPS_O32_ABI\).*/# \1 is not set/' ${WRKBUILD}/.config $(SED) 's/.*\(CONFIG_MIPS_N64_ABI\).*/# \1 is not set/' ${WRKBUILD}/.config endif -ifeq ($(ADK_o32),y) +ifeq ($(ADK_TARGET_ABI_O32),y) $(SED) 's/.*\(CONFIG_MIPS_O32_ABI\).*/\1=y/' ${WRKBUILD}/.config $(SED) 's/.*\(CONFIG_MIPS_N32_ABI\).*/# \1 is not set/' ${WRKBUILD}/.config $(SED) 's/.*\(CONFIG_MIPS_N64_ABI\).*/# \1 is not set/' ${WRKBUILD}/.config -- cgit v1.2.3