Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Nov 2016 00:36:12 +0100
From:      Joerg Sonnenberger <joerg@bec.de>
To:        Ed Maste <emaste@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r308563 - in head/lib: libgcc_eh libgcc_s
Message-ID:  <20161111233612.GA28088@britannica.bec.de>
In-Reply-To: <201611112328.uABNS831094712@repo.freebsd.org>
References:  <201611112328.uABNS831094712@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161111233612.GA28088>