Eh, -Wl,--whole-archive disappeared from the GNU targets. I've no

idea why, but that was definitely wrong...
This commit is contained in:
Richard Levitte 2002-10-16 22:44:52 +00:00
parent 5be1264b7e
commit 871d0f5126

View File

@ -114,6 +114,7 @@ DO_GNU=$(CALC_VERSIONS); \
SHLIB=lib$(LIBNAME).so \
SHLIB_SUFFIX= \
LIBDEPS="$(LIBDEPS) -lc" \
ALLSYMSFLAGS='-Wl,--whole-archive' \
NOALLSYMSFLAGS='-Wl,--no-whole-archive' \
SHAREDFLAGS="-shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX" \
SHAREDCMD='$(CC)'