1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Revert r273426 r273409

A solution that work with both new and old binutils should be investigated
This commit is contained in:
Baptiste Daroussin 2014-10-21 21:17:44 +00:00
parent 412013d7a8
commit e82241aa78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273428

View File

@ -207,7 +207,7 @@ _LIBS+= ${SHLIB_NAME}
SOLINKOPTS= -shared -Wl,-x
.if !defined(ALLOW_SHARED_TEXTREL)
SOLINKOPTS+= -Wl,--warn-shared-textrel
SOLINKOPTS+= -Wl,--fatal-warnings -Wl,--warn-shared-textrel
.endif
.if target(beforelinking)