NetBSD has SSP included in libc:
http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/ssp/?only_with_tag=MAIN
gcc/configure does not know about this. The attached patch (against
SVN checkout from today) fixes this.
I've previously reported this as
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68380 b
On Tue, Jan 26, 2016 at 11:35:15PM -0700, Jeff Law wrote:
> On 01/23/2016 02:52 PM, Thomas Klausner wrote:
> >NetBSD has SSP included in libc:
> >
> >http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/ssp/?only_with_tag=MAIN
> >
> >gcc/configure does not know about
I just found a related patch again that we have in NetBSD's gcc that
allows fixing __FILE__ references.
See
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47047
No progress since 2010 in getting this included though :(
Thomas
On Thu, Dec 10, 2015 at 12:36:18PM -0500, Daniel Kahn Gillmor wrote:
>