mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
older binutils does not know about --no-fatal-warnings
This commit is contained in:
parent
fca7732078
commit
412013d7a8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273426
@ -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