summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-05 01:08:25 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-05 01:08:25 +0000
commitf21f7c41b1ddbe7e50eace6d5fbf16de289b0ef1 (patch)
tree1bc9dcfd63907833f04f3a001bea37ddd67dc8da /Makefile
parenta1ec4fae6d9b3280f661bb80127d90c0d53a7a99 (diff)
Kill off "mipsel" and just use "mips"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
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