Added linker options -h, -z text, -z defs to shrlib builds.

This commit is contained in:
Janet B. Anderson
2009-07-09 21:53:27 +00:00
parent 1235a1444b
commit 4c9fe7e0c0

View File

@@ -21,3 +21,6 @@ STATIC_LDLIBS_NO=
OP_SYS_LDFLAGS += -z ignore -z combreloc -z lazyload
SHRLIB_LDFLAGS += -Wl,-z,defs -Wl,-z,text -Wl,-h,$@
LOADABLE_SHRLIB_LDFLAGS += -Wl,-z,text -Wl,-h,$@
GNU_LDLIBS_YES += -lc