diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-12-26 12:02:43 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-12-26 12:02:43 +0000 |
commit | 6f4f74189cd2fda20893b4ab1c2484ba0baa3e63 (patch) | |
tree | 59da6a3a2af396be188736f1320392f1505aee57 /openwrt/toolchain | |
parent | 0248499b6767bea83e72f7673c2a8bed023faeaf (diff) | |
download | mtk-20170518-6f4f74189cd2fda20893b4ab1c2484ba0baa3e63.zip mtk-20170518-6f4f74189cd2fda20893b4ab1c2484ba0baa3e63.tar.gz mtk-20170518-6f4f74189cd2fda20893b4ab1c2484ba0baa3e63.tar.bz2 |
mipseb -> mips, thx kaloz for clearification
SVN-Revision: 2785
Diffstat (limited to 'openwrt/toolchain')
-rw-r--r-- | openwrt/toolchain/kernel-headers/Makefile | 1 | ||||
-rw-r--r-- | openwrt/toolchain/uClibc/files/config.mips (renamed from openwrt/toolchain/uClibc/files/config.mipseb) | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/openwrt/toolchain/kernel-headers/Makefile b/openwrt/toolchain/kernel-headers/Makefile index 732a097..f64d341 100644 --- a/openwrt/toolchain/kernel-headers/Makefile +++ b/openwrt/toolchain/kernel-headers/Makefile @@ -12,7 +12,6 @@ LINUX_HEADERS_SITE= \ LINUX_HEADERS_SOURCE=linux-$(LINUX_HEADERS_VERSION).tar.bz2 LINUX_HEADERS_ARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \ - -e 's/mipsel/mips/' \ -e 's/mipseb/mips/' \ -e 's/powerpc/ppc/' \ -e 's/sh[234]/sh/' \ diff --git a/openwrt/toolchain/uClibc/files/config.mipseb b/openwrt/toolchain/uClibc/files/config.mips index e5601f5..06c3d82 100644 --- a/openwrt/toolchain/uClibc/files/config.mipseb +++ b/openwrt/toolchain/uClibc/files/config.mips @@ -43,7 +43,7 @@ ARCH_HAS_MMU=y UCLIBC_HAS_FLOATS=y HAS_FPU=y # DO_C99_MATH is not set -KERNEL_SOURCE="./toolchain_build_mipsbe/linux" +KERNEL_SOURCE="./toolchain_build_mips/linux" C_SYMBOL_PREFIX="" HAVE_DOT_CONFIG=y |