Sfoglia il codice sorgente

add c to default ARFLAGS to get rid of ar: creating blah.a messages

Mike Frysinger 20 anni fa
parent
commit
e970fad1d7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Rules.mak

+ 1 - 1
Rules.mak

@@ -100,7 +100,7 @@ RUNTIME_PREFIX:=$(strip $(subst //,/, $(subst ,/, $(subst ",, $(strip $(RUNTIME_
 DEVEL_PREFIX:=$(strip $(subst //,/, $(subst ,/, $(subst ",, $(strip $(DEVEL_PREFIX))))))
 export RUNTIME_PREFIX DEVEL_PREFIX
 
-ARFLAGS:=r
+ARFLAGS:=cr
 
 OPTIMIZATION:=
 PICFLAG:=-fPIC