Date: Tue, 8 Dec 2009 14:35:29 +0000 From: RW <rwmaillists@googlemail.com> To: freebsd-questions@freebsd.org Subject: Re: keeping system base update and problems with CPUTYPE Message-ID: <20091208143529.0eae7661@gumby.homeunix.com> In-Reply-To: <4B1E4557.40603@yahoo.it> References: <4B1E4557.40603@yahoo.it>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 08 Dec 2009 13:23:51 +0100 ocean <ocean_ieee@yahoo.it> wrote: > > i think i've also found an "unexpected behaviour" in make buildworld, > i've put src.conf and makefile.conf in /etc/ > > CPUTYPE?=pentium-m > CFLAGS= -O2 -fno-strict-aliasing -pipe You don't normally set CFLAGS in FreeBSD, it's set automatically according to CPUTYPE. I suspect that by explicitly defining it you may be preventing the make files from adding the -march setting in buildword.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091208143529.0eae7661>