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

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


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

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/frv/Makefile	2004/05/14 10:29:45	1.1
+++ /var/cvs/uClibc/libc/string/frv/Makefile	2004/12/22 18:51:30	1.2
@@ -31,7 +31,7 @@
 	$(AR) $(ARFLAGS) $(LIBC) $(OBJS)
 
 $(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