Explorar el Código

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

Mike Frysinger hace 19 años
padre
commit
e970fad1d7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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