Do not use 'ar cq' to build library archives, use 'ar cr' instead.

This commit is contained in:
Peter Eisentraut 2000-12-07 19:43:49 +00:00
parent cbc5f4f127
commit 289e6fd2a4
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
AROPT = cq
AROPT = cr
# bsdi 4.0 and later is ELF
DLSUFFIX = .so

View file

@ -1,4 +1,4 @@
AROPT = cq
AROPT = cr
ifdef ELF_SYSTEM
export_dynamic = -export-dynamic

View file

@ -1,4 +1,4 @@
AROPT = cq
AROPT = cr
ifdef ELF_SYSTEM
export_dynamic = -Wl,-E

View file

@ -1,4 +1,4 @@
AROPT = cq
AROPT = cr
ifdef ELF_SYSTEM
export_dynamic = -Wl,-E

View file

@ -1,6 +1,6 @@
override CFLAGS += -dy
export_dynamic = -W l,-Bexport
AROPT = cq
AROPT = cr
DLSUFFIX = .so
CFLAGS_SL = -K PIC