Moved SHRLIB_LDFLAGS and LOADABLE_SHRLIB_LDFLAGS to CONFIG.gnuCommon.

This commit is contained in:
Janet B. Anderson
2005-09-15 16:18:01 +00:00
parent a3732082af
commit 32b1a0c01d
6 changed files with 3 additions and 21 deletions

View File

@ -49,6 +49,8 @@ STATIC_LDFLAGS_YES = -static
STATIC_LDFLAGS_NO =
SHRLIB_CFLAGS = -fPIC
SHRLIB_LDFLAGS = -shared -fPIC -h $@ -z defs
LOADABLE_SHRLIB_LDFLAGS = -shared -fPIC -h $@
GNU_LDLIBS_YES = -lgcc