[uClibc-cvs] CVS uClibc/libc/string/arm

CVS User andersen andersen at codepoet.org
Wed Dec 22 18:51:30 UTC 2004


Update of /var/cvs/uClibc/libc/string/arm
In directory nail:/tmp/cvs-serv20031/libc/string/arm

Modified Files:
	Makefile 
Log Message:
Patch from Peter S. Mazinger to consistantly use "ASFLAGS"
as the flags for all calls to 'as'


--- /var/cvs/uClibc/libc/string/arm/Makefile	2003/11/20 15:23:03	1.1
+++ /var/cvs/uClibc/libc/string/arm/Makefile	2004/12/22 18:51:29	1.2
@@ -31,7 +31,7 @@
 	$(AR) $(ARFLAGS) $(LIBC) $(SOBJS)
 
 $(SOBJS): %.o : %.S
-	$(CC) $(CFLAGS) -c $< -o $@
+	$(CC) $(ASFLAGS) -c $< -o $@
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 
 clean:



More information about the uClibc-cvs mailing list