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/scripts | |
parent | a1ec4fae6d9b3280f661bb80127d90c0d53a7a99 (diff) |
Kill off "mipsel" and just use "mips"
Diffstat (limited to 'extra/scripts')
-rwxr-xr-x | extra/scripts/fix_includes.sh | 4 |
1 files changed, 0 insertions, 4 deletions
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; |