Moved SHRLIB_LDFLAGS and LOADABLE_SHRLIB_LDFLAGS to os files.

This commit is contained in:
Janet B. Anderson
2005-09-15 16:54:07 +00:00
parent 32b1a0c01d
commit d1d431f28c
6 changed files with 20 additions and 3 deletions

View File

@ -49,8 +49,6 @@ 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