On 11/3/06, Eric <[EMAIL PROTECTED]> wrote:
in my /etc/make.conf i have:

CPUTYPE=athlon64
CFLAGS= -O2 -pipe -funroll-loops -ffast-math
COPTFLAGS= -O2 -pipe -funroll-loops -ffast-math

You only really need CPUTYPE, and set it with "?="

in my kernel config, I have this:

machine     i386
makeoptions    COPTFLAGS="-O2 -pipe -ffast-math"
cpu     I686_CPU

I'd leave makeoptions out

My $.02
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to