[patch] libgloss: change

Mike Frysinger vapier@gentoo.org
Mon Mar 12 19:35:00 GMT 2012


the GNU ar has "q" aliased to "r", and we generally want this behavior anyways
(replacing rather than always appending), so change our AR_FLAGS definition
-mike

2012-03-04  Mike Frysinger  <vapier@gentoo.org>

	* config/default.mh (AR_FLAGS): Set to rc.

--- config/default.mh	17 Mar 2000 22:48:49 -0000	1.1
+++ config/default.mh	4 Mar 2012 05:27:31 -0000
@@ -6,7 +6,7 @@ INCLUDES = -I. -I$(srcdir)/..
 # options are passed; they're passed in $(CFLAGS).
 CFLAGS_FOR_TARGET = -O2 -g ${MULTILIB} ${INCLUDES} ${NEWLIB_CFLAGS}
 LDFLAGS_FOR_TARGET = ${MULTILIB} ${NEWLIB_LDFLAGS}
-AR_FLAGS = qc
+AR_FLAGS = rc
 
 .c.o:
 	$(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $<
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://sourceware.org/pipermail/newlib/attachments/20120312/08b74378/attachment.sig>


More information about the Newlib mailing list