Replaced -G with -shared -fPIC in shrlib LDFLAGS.

This commit is contained in:
Janet B. Anderson
2004-10-26 15:31:25 +00:00
parent 1a09047c87
commit f42c2954df
2 changed files with 4 additions and 4 deletions
@@ -23,8 +23,8 @@ STATIC_LDFLAGS_NO=
STATIC_LDLIBS_YES= -Wl,-Bdynamic
STATIC_LDLIBS_NO=
SHRLIB_LDFLAGS += -G -h $@ -z ignore -z defs
LOADABLE_SHRLIB_LDFLAGS += -G -h $@
SHRLIB_LDFLAGS += -shared -fPIC -h $@ -z defs
LOADABLE_SHRLIB_LDFLAGS += -shared -fPIC -h $@
OP_SYS_LDFLAGS += -z ignore -z combreloc -z lazyload
@@ -18,8 +18,8 @@ AR = ar -rc
RANLIB=
LD = ld -r
SHRLIB_LDFLAGS = -z defs -G -h $@
LOADABLE_SHRLIB_LDFLAGS += -G -h $@
SHRLIB_LDFLAGS += -shared -fPIC -h $@ -z defs
LOADABLE_SHRLIB_LDFLAGS += -shared -fPIC -h $@
OP_SYS_LDFLAGS += -z ignore -z combreloc -z lazyload