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
|
||||
.if !defined(ALLOW_SHARED_TEXTREL)
|
||||
SOLINKOPTS+= -Wl,--no-fatal-warnings -Wl,--warn-shared-textrel
|
||||
SOLINKOPTS+= -Wl,--warn-shared-textrel
|
||||
.endif
|
||||
|
||||
.if target(beforelinking)
|
||||
|
Loading…
Reference in New Issue
Block a user