Date: Wed, 12 Oct 2016 13:56:46 +0000 From: Ruslan Bukin <ruslan.bukin@cl.cam.ac.uk> To: Ed Maste <emaste@freebsd.org> Cc: Ruslan Bukin <br@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "svn-src-head@freebsd.org" <svn-src-head@freebsd.org> Subject: Re: svn commit: r306364 - in head: lib/libc/tests share/mk Message-ID: <20161012135646.GA63534@bsdpad.com> In-Reply-To: <CAPyFy2CBWhAsPr9EW2vqz0SoOEBPvCu%2BSV83-eKqMW4T=V-RBw@mail.gmail.com> References: <201609270944.u8R9iUqi035006@repo.freebsd.org> <CAPyFy2CBWhAsPr9EW2vqz0SoOEBPvCu%2BSV83-eKqMW4T=V-RBw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 05, 2016 at 08:44:39PM +0000, Ed Maste wrote: > On 27 September 2016 at 09:44, Ruslan Bukin <br@freebsd.org> wrote: > > Author: br > > Date: Tue Sep 27 09:44:30 2016 > > New Revision: 306364 > > URL: https://svnweb.freebsd.org/changeset/base/306364 > > > > Log: > > Mark SSP broken on MIPS. > > This needs an adjustment in sys/conf/kern.opts.mk as well it seems; > 'make showconfig' (as used by makeman to generate src.conf.5) now > reports SSP is both 'no' and 'yes' on mips: > > % make TARGET=mips TARGET_ARCH=mips showconfig | grep SSP > MK_SSP = no > MK_SSP = yes > I made a change, but for some reason it works from buildenv only: make TARGET=mips TARGET_ARCH=mips buildenv % make showconfig |grep SSP MK_SSP = no It looks like MACHINE_CPUARCH is not exported by showconfig. Ruslan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161012135646.GA63534>