Changed OP_SYS_LDFLAGS to +=.

This commit is contained in:
Janet B. Anderson
2004-02-10 22:04:38 +00:00
parent 2bfe077968
commit b66388ea9d
2 changed files with 2 additions and 2 deletions

View File

@@ -21,5 +21,5 @@ LD = ld -r
SHRLIB_LDFLAGS = -z defs -G -h $@
LOADABLE_SHRLIB_LDFLAGS += -G -h $@
OP_SYS_LDFLAGS = -z ignore -z combreloc -z lazyload
OP_SYS_LDFLAGS += -z ignore -z combreloc -z lazyload

View File

@@ -54,5 +54,5 @@ STATIC_LDLIBS_NO=
SHRLIB_LDFLAGS = -z defs -KPIC -G -h $@
LOADABLE_SHRLIB_LDFLAGS = -KPIC -G -h $@
OP_SYS_LDFLAGS = -z ignore -z combreloc -z lazyload
OP_SYS_LDFLAGS += -z ignore -z combreloc -z lazyload