svn commit: r308563 - in head/lib: libgcc_eh libgcc_s
Joerg Sonnenberger
joerg at bec.de
Fri Nov 11 23:36:18 UTC 2016
On Fri, Nov 11, 2016 at 11:28:08PM +0000, Ed Maste wrote:
> Author: emaste
> Date: Fri Nov 11 23:28:07 2016
> New Revision: 308563
> URL: https://svnweb.freebsd.org/changeset/base/308563
>
> Log:
> 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.
That doesn't make sense to me given that libgcc_s at least definitely
depends on libc for the system calls?
Joerg
More information about the svn-src-all
mailing list