Re: svn commit: r306347 - head/lib/libc/tests

2016-09-28 Thread Ngie Cooper
> On Sep 27, 2016, at 06:25, Warner Losh wrote: > > Shouldn't we have MK_SSP == no on mips instead? That's how it's > supposed to work. If it isn't, perhaps we should set it like that. Thanks. This is what I was going to recommend. -Ngie ___ svn-src-

Re: svn commit: r306347 - head/lib/libc/tests

2016-09-26 Thread Warner Losh
Shouldn't we have MK_SSP == no on mips instead? That's how it's supposed to work. If it isn't, perhaps we should set it like that. Warner On Mon, Sep 26, 2016 at 9:38 AM, Ruslan Bukin wrote: > Author: br > Date: Mon Sep 26 15:38:02 2016 > New Revision: 306347 > URL: https://svnweb.freebsd.org/ch

svn commit: r306347 - head/lib/libc/tests

2016-09-26 Thread Ruslan Bukin
Author: br Date: Mon Sep 26 15:38:02 2016 New Revision: 306347 URL: https://svnweb.freebsd.org/changeset/base/306347 Log: Don't build SSP tests on MIPS as we dont have stack-protector supported on this platform. Discussed with: brooks Sponsored by: DARPA, AFRL Sponsored by: HEIF