From f21f7c41b1ddbe7e50eace6d5fbf16de289b0ef1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 5 Nov 2003 01:08:25 +0000 Subject: Kill off "mipsel" and just use "mips" --- Makefile | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7fe64c8bc..9e4855828 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3