Explorar o código

This rule is only necessary for little endian MIPS.

"Steven J. Hill" %!s(int64=22) %!d(string=hai) anos
pai
achega
006b3fd5c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
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); \