older binutils does not know about --no-fatal-warnings
This commit is contained in:
parent
baf980585a
commit
c34238717f
@ -207,7 +207,7 @@ _LIBS+= ${SHLIB_NAME}
|
|||||||
|
|
||||||
SOLINKOPTS= -shared -Wl,-x
|
SOLINKOPTS= -shared -Wl,-x
|
||||||
.if !defined(ALLOW_SHARED_TEXTREL)
|
.if !defined(ALLOW_SHARED_TEXTREL)
|
||||||
SOLINKOPTS+= -Wl,--no-fatal-warnings -Wl,--warn-shared-textrel
|
SOLINKOPTS+= -Wl,--warn-shared-textrel
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if target(beforelinking)
|
.if target(beforelinking)
|
||||||
|
Loading…
Reference in New Issue
Block a user