On 5 January 2011 23:24, Dimitry Andric <d...@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...).
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to