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 /Makefile | |
parent | a1ec4fae6d9b3280f661bb80127d90c0d53a7a99 (diff) |
Kill off "mipsel" and just use "mips"
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -126,11 +126,6 @@ ifeq ($(strip $(UCLIBC_HAS_MMU)),y) else @set -x; ./extra/scripts/fix_includes.sh -k $(KERNEL_SOURCE) -t $(TARGET_ARCH) -n endif - @if [ "$(TARGET_ARCH)" = "mipsel" ]; then \ - $(LN) -fs mips libc/sysdeps/linux/mipsel; \ - $(LN) -fs mips ldso/ldso/mipsel; \ - $(LN) -fs mips libpthread/linuxthreads/sysdeps/mipsel; \ - fi; @cd include/bits; \ set -e; \ for i in `ls ../../libc/sysdeps/linux/common/bits/*.h` ; do \ @@ -406,12 +401,6 @@ clean: @if [ -d libc/sysdeps/linux/$(TARGET_ARCH) ]; then \ $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean; \ fi; - @if [ "$(TARGET_ARCH)" = "mipsel" ]; then \ - $(MAKE) -C libc/sysdeps/linux/mips clean; \ - $(RM) ldso/ldso/mipsel; \ - $(RM) libc/sysdeps/linux/mipsel; \ - $(RM) libpthread/linuxthreads/sysdeps/mipsel; \ - fi; distclean: clean $(RM) .config .config.old .config.cmd |