Commit 289e6fd2 authored by Peter Eisentraut's avatar Peter Eisentraut

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

parent cbc5f4f1
AROPT = cq
AROPT = cr
# bsdi 4.0 and later is ELF
DLSUFFIX = .so
......
AROPT = cq
AROPT = cr
ifdef ELF_SYSTEM
export_dynamic = -export-dynamic
......
AROPT = cq
AROPT = cr
ifdef ELF_SYSTEM
export_dynamic = -Wl,-E
......
AROPT = cq
AROPT = cr
ifdef ELF_SYSTEM
export_dynamic = -Wl,-E
......
override CFLAGS += -dy
export_dynamic = -W l,-Bexport
AROPT = cq
AROPT = cr
DLSUFFIX = .so
CFLAGS_SL = -K PIC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment