OSDN Git Service

Do not use 'ar cq' to build library archives, use 'ar cr' instead.
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 7 Dec 2000 19:43:49 +0000 (19:43 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 7 Dec 2000 19:43:49 +0000 (19:43 +0000)
src/makefiles/Makefile.bsdi
src/makefiles/Makefile.freebsd
src/makefiles/Makefile.netbsd
src/makefiles/Makefile.openbsd
src/makefiles/Makefile.sco

index b83db6f..a95fd31 100644 (file)
@@ -1,4 +1,4 @@
-AROPT = cq
+AROPT = cr
 
 # bsdi 4.0 and later is ELF
 DLSUFFIX = .so
index b9ca657..91a45a6 100644 (file)
@@ -1,4 +1,4 @@
-AROPT = cq
+AROPT = cr
 
 ifdef ELF_SYSTEM
 export_dynamic = -export-dynamic
index 425267b..a9fd5a4 100644 (file)
@@ -1,4 +1,4 @@
-AROPT = cq
+AROPT = cr
 
 ifdef ELF_SYSTEM
 export_dynamic = -Wl,-E
index 6f2611e..eeaa407 100644 (file)
@@ -1,4 +1,4 @@
-AROPT = cq
+AROPT = cr
 
 ifdef ELF_SYSTEM
 export_dynamic = -Wl,-E
index a68f92e..810f759 100644 (file)
@@ -1,6 +1,6 @@
 override CFLAGS += -dy
 export_dynamic = -W l,-Bexport
-AROPT = cq
+AROPT = cr
 
 DLSUFFIX = .so
 CFLAGS_SL = -K PIC