[uClibc-cvs] uClibc Makefile,1.229,1.230 Rules.mak,1.148,1.149

Erik Andersen andersen at uclibc.org
Wed Nov 5 01:08:27 UTC 2003


Update of /var/cvs/uClibc
In directory winder:/tmp/cvs-serv22900

Modified Files:
	Makefile Rules.mak 
Log Message:
Kill off "mipsel" and just use "mips"


Index: Rules.mak
===================================================================
RCS file: /var/cvs/uClibc/Rules.mak,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- Rules.mak	4 Nov 2003 13:07:39 -0000	1.148
+++ Rules.mak	5 Nov 2003 01:08:23 -0000	1.149
@@ -31,8 +31,8 @@
 # your compiler is broken, you should not need to specify TARGET_ARCH
 #
 # Most people will set this stuff on the command line, i.e.
-#        make CROSS=mipsel-linux-
-# will build uClibc for 'mipsel'.
+#        make CROSS=arm-linux-
+# will build uClibc for 'arm'.
 
 ifndef CROSS
 CROSS=

Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/Makefile,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -d -r1.229 -r1.230
--- Makefile	4 Nov 2003 13:07:39 -0000	1.229
+++ Makefile	5 Nov 2003 01:08:23 -0000	1.230
@@ -126,11 +126,6 @@
 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 @@
 	@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




More information about the uClibc-cvs mailing list