From: Viatcheslav Fedorov
> 
> cc -O -pipe -march=pentiumpro -march=athlon-tbird 
> -I/<...cut...>  -mno-mmx -mno-3dnow -mno-sse -mno-sse2

These are disabled because they cause problems when used in the kernel.

> my ``/etc/make.conf'' file:
> -------------------------------------
> CPUTYPE=athlon-tbird
> CFLAGS= -O -pipe -march=pentiumpro
> COPTFLAGS= -O -fomit-frame-pointer -march=pentiumpro -pipe
> -------------------------------------

You should not put -march in your FLAGS variables.  CPUTYPE determines the
correct architecture- and processor-specific compiler flags.


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

Reply via email to