]> Git Repo - uclibc-ng.git/commitdiff
This rule is only necessary for little endian MIPS.
author"Steven J. Hill" <[email protected]>
Wed, 24 Jul 2002 16:34:31 +0000 (16:34 -0000)
committer"Steven J. Hill" <[email protected]>
Wed, 24 Jul 2002 16:34:31 +0000 (16:34 -0000)
Makefile

index 66ec7b70048cbf218c2829ab140d6d7d1e3ece32..e41c5f21104671dc3cd9fc45af14ca83caa13a8b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -374,7 +374,7 @@ distclean clean:
        @if [ -d libc/sysdeps/linux/$(TARGET_ARCH) ]; then              \
            $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean;         \
        fi;
-       @if [ $(TARGET_ARCH) = "mipsel" -o $(TARGET_ARCH) = "mips" ]; then \
+       @if [ $(TARGET_ARCH) = "mipsel" ]; then \
            rm -f libc/sysdeps/linux/$(TARGET_ARCH); \
            rm -f ldso/ldso/$(TARGET_ARCH); \
            rm -f libpthread/linuxthreads/sysdeps/$(TARGET_ARCH); \
This page took 0.025305 seconds and 4 git commands to generate.