diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-13 18:56:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-13 18:56:27 +0100 |
commit | 84a624ca6b1c51d8bafbfbfbcdd6cbfe3d8d5f9a (patch) | |
tree | ffd8e991d7df0c288e697e1102bb6de500eef5e4 /toolchain/uclibc-ng/Makefile | |
parent | 0850444b51daf31a6e1963eb9613abb2c9de0e3d (diff) |
remove ISA config choice, they are noops and soon removed from uClibc-ng
Diffstat (limited to 'toolchain/uclibc-ng/Makefile')
-rw-r--r-- | toolchain/uclibc-ng/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/toolchain/uclibc-ng/Makefile b/toolchain/uclibc-ng/Makefile index a8f625bcd..7cb405bfc 100644 --- a/toolchain/uclibc-ng/Makefile +++ b/toolchain/uclibc-ng/Makefile @@ -196,14 +196,6 @@ ifeq ($(ADK_CPU_CRIS_V10),y) endif endif -# mips -ifeq ($(ADK_TARGET_ARCH_MIPS),y) -ifeq ($(ADK_CPU_MIPS32R2),y) - $(SED) 's/.*\(CONFIG_MIPS_ISA_MIPS32 \).*/# \1 is not set/' ${WRKBUILD}/.config - $(SED) 's/.*\(CONFIG_MIPS_ISA_MIPS32R2\).*/\1=y/' ${WRKBUILD}/.config -endif -endif - # sh ifeq ($(ADK_TARGET_ARCH_SH),y) ifeq ($(ADK_CPU_SH4A),y) @@ -266,8 +258,6 @@ endif # mips64 ifeq ($(ADK_TARGET_ARCH_MIPS64),y) - $(SED) 's/.*\(CONFIG_MIPS_ISA_MIPS64\).*/\1=y/' ${WRKBUILD}/.config - $(SED) 's/.*\(CONFIG_MIPS_ISA_MIPS32\).*/# \1 is not set/' ${WRKBUILD}/.config 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 |