Fix build with recent binutils
Recent binutils considered the .gnu.warning.symbol section as a fatal error when run with --fatal-warnings which makes any users of "insecure" functions from libc failing to build with recent binutils. Introduce a new macro: LD_FATAL_WARNINGS=no to run ld(1) with --no-fatal-warnings for the users of "insecure" functions Differential Revision: https://reviews.freebsd.org/D1320
This commit is contained in:
@@ -15,6 +15,7 @@ SRCDIR= ${GCCLIB}/libssp
|
||||
|
||||
LIB= ssp
|
||||
SHLIB_MAJOR= 0
|
||||
LD_FATAL_WARNINGS= no
|
||||
|
||||
SRCS= ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
|
||||
memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
|
||||
|
||||
Reference in New Issue
Block a user