libgloss: change 'q' flag to 'r' in ar call
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. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-03-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* config/default.mh (AR_FLAGS): Set to rc.
|
||||||
|
|
||||||
2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
|
2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* epiphany/access.c: Add modification rights to clause as
|
* epiphany/access.c: Add modification rights to clause as
|
||||||
|
@ -6,7 +6,7 @@ INCLUDES = -I. -I$(srcdir)/..
|
|||||||
# options are passed; they're passed in $(CFLAGS).
|
# options are passed; they're passed in $(CFLAGS).
|
||||||
CFLAGS_FOR_TARGET = -O2 -g ${MULTILIB} ${INCLUDES} ${NEWLIB_CFLAGS}
|
CFLAGS_FOR_TARGET = -O2 -g ${MULTILIB} ${INCLUDES} ${NEWLIB_CFLAGS}
|
||||||
LDFLAGS_FOR_TARGET = ${MULTILIB} ${NEWLIB_LDFLAGS}
|
LDFLAGS_FOR_TARGET = ${MULTILIB} ${NEWLIB_LDFLAGS}
|
||||||
AR_FLAGS = qc
|
AR_FLAGS = rc
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $<
|
$(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $<
|
||||||
|
Reference in New Issue
Block a user