On Tue, 08 Dec 2009 13:23:51 +0100
ocean <ocean_i...@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.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to