Skip to content
Snippets Groups Projects
Commit 289e6fd2 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

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

parent cbc5f4f1
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment