[uClibc-cvs] CVS uClibc/libpthread/linuxthreads/sysdeps/sh64
CVS User andersen
andersen at codepoet.org
Wed Dec 22 18:52:14 UTC 2004
Update of /var/cvs/uClibc/libpthread/linuxthreads/sysdeps/sh64
In directory nail:/tmp/cvs-serv20031/libpthread/linuxthreads/sysdeps/sh64
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/libpthread/linuxthreads/sysdeps/sh64/Makefile 2003/12/05 20:39:35 1.1
+++ /var/cvs/uClibc/libpthread/linuxthreads/sysdeps/sh64/Makefile 2004/12/22 18:52:12 1.2
@@ -31,13 +31,13 @@
all: $(OBJS) $(LIBC)
-$(LIBC): ar-target
+$(LIBC): ar-target
ar-target: $(OBJS)
$(AR) $(ARFLAGS) $(LIBPTHREAD) $(OBJS)
$(SOBJS): %.o : %.S
- $(CC) $(SFLAGS) -c $< -o $@
+ $(CC) $(ASFLAGS) -c $< -o $@
$(STRIPTOOL) -x -R .note -R .comment $*.o
$(COBJS): %.o : %.c
More information about the uClibc-cvs
mailing list