Added linker options -h, -z text, -z defs to shrlib builds.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user