On Sat, 24 Jan 2009 12:51:32 +0000
Saifi Khan <saifik...@gmail.com> wrote:


> on running the command 'make -V CFLAGS', the output is
> 
> -O2 -fno-strict-aliasing -pipe
> 
> i haven't setup the CPUTYPE anywhere (not as an env variable nor in
> /etc/make.conf)
> So are these default settings for a generc x86 based system ?

Yes, if you are using i386. 

Most CPUs have the same default CFLAGS, it's the value of CPUTYPE
that's passed to the compiler that determines processor optimizations.
_______________________________________________
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