svn commit: r217033 - in head: lib/libstand sys/boot/ficl sys/boot/i386 sys/boot/pc98 sys/boot/zfs sys/conf

Ivan Voras ivoras at freebsd.org
Wed Jan 5 23:15:06 UTC 2011


On 5 January 2011 23:24, Dimitry Andric <dim at freebsd.org> wrote:
> Author: dim
> Date: Wed Jan  5 22:24:33 2011
> New Revision: 217033
> URL: http://svn.freebsd.org/changeset/base/217033
>
> Log:
>  On i386 and amd64, consistently use the following options whenever we
>  want to avoid using any "advanced" CPU features:
>
>    -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float

I'm late to the party - but is there any hope of centralizing these
and then doing something like "CFLAGS += ${CC_NO_FP}" ? As soon as we
get a newer compiler someone will have to add -mno-sse4 to the list
(if not already with clang...).


More information about the svn-src-head mailing list