keeping system base update and problems with CPUTYPE

RW rwmaillists at googlemail.com
Tue Dec 8 14:35:41 UTC 2009


On Tue, 08 Dec 2009 13:23:51 +0100
ocean <ocean_ieee at 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.


More information about the freebsd-questions mailing list