libcc_{s,eh}: build without SSP
As in the gnu/lib/libgcc Makefile: libgcc is linked in last and thus cannot depend on ssp symbols coming from earlier libraries. Disable stack protection for this library. Reviewed by: dim Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
f5dce90558
commit
2ed1e385b0
@ -5,6 +5,7 @@
|
||||
PACKAGE= clibs
|
||||
LIB= gcc_eh
|
||||
NO_PIC=
|
||||
MK_SSP= no
|
||||
WARNS?= 2
|
||||
|
||||
.include "Makefile.inc"
|
||||
|
@ -4,6 +4,7 @@ PACKAGE= clibs
|
||||
SHLIB_NAME= libgcc_s.so.1
|
||||
SHLIBDIR?= /lib
|
||||
|
||||
MK_SSP= no
|
||||
WARNS?= 2
|
||||
|
||||
LDFLAGS+= -nodefaultlibs
|
||||
|
Loading…
Reference in New Issue
Block a user