Home
last modified time | relevance | path

Searched hist:"2 ed1e385b00d98c25c11d6aa8183a20e44128e3d" (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libgcc_eh/
H A DMakefilediff 2ed1e385b00d98c25c11d6aa8183a20e44128e3d Sat Nov 12 00:28:07 CET 2016 Ed Maste <emaste@FreeBSD.org> 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
/freebsd/lib/libgcc_s/
H A DMakefilediff 2ed1e385b00d98c25c11d6aa8183a20e44128e3d Sat Nov 12 00:28:07 CET 2016 Ed Maste <emaste@FreeBSD.org> 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