mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
older binutils does not know about --no-fatal-warnings
This commit is contained in:
parent
fca7732078
commit
412013d7a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue