diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-05 01:08:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-05 01:08:25 +0000 |
commit | f21f7c41b1ddbe7e50eace6d5fbf16de289b0ef1 (patch) | |
tree | 1bc9dcfd63907833f04f3a001bea37ddd67dc8da /extra | |
parent | a1ec4fae6d9b3280f661bb80127d90c0d53a7a99 (diff) |
Kill off "mipsel" and just use "mips"
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.mips | 3 | ||||
-rwxr-xr-x | extra/scripts/fix_includes.sh | 4 |
2 files changed, 1 insertions, 6 deletions
diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips index b61b1deea..777c23869 100644 --- a/extra/Configs/Config.mips +++ b/extra/Configs/Config.mips @@ -4,8 +4,7 @@ # config TARGET_ARCH - default "mips" if ARCH_BIG_ENDIAN - default "mipsel" if ARCH_LITTLE_ENDIAN + default "mips" config HAVE_ELF bool diff --git a/extra/scripts/fix_includes.sh b/extra/scripts/fix_includes.sh index 04295a62a..a7e878079 100755 --- a/extra/scripts/fix_includes.sh +++ b/extra/scripts/fix_includes.sh @@ -130,10 +130,6 @@ if [ ! -d "$KERNEL_SOURCE/include/asm" ]; then ln -fs arch-ebsa285 arch); fi fi; - elif [ "$TARGET_ARCH" = "mipsel" ];then - set -x; - ln -fs $KERNEL_SOURCE/include/asm-mips include/asm; - set +x; elif [ "$TARGET_ARCH)" = "cris" ]; then set -x; ln -fs $KERNEL_SOURCE/include/asm-cris include/asm; |