Re: NetBSD has SSP in libc

2016-01-26 Thread Thomas Klausner
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

NetBSD has SSP in libc

2016-01-23 Thread Thomas Klausner
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

Re: [rb-general] [PATCH] gcc: read -fdebug-prefix-map OLD from environment (improved reproducibility)

2015-12-22 Thread Thomas Klausner
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: >