On Wednesday 02 June 2010 7:06:03 am Juli Mallett wrote:
> Author: jmallett
> Date: Wed Jun  2 11:06:03 2010
> New Revision: 208737
> URL: http://svn.freebsd.org/changeset/base/208737
> 
> Log:
>   Add/improve mips64r2, Octeon, n32 and n64 support in the toolchain.
>   
>   o) Fix our GCC spec to define __mips64 for 64-bit targets, not __mips64__, 
> the
>      former being what libgcc, etc., check and the latter seemingly being a
>      misspelling of a hand merge from a Linux spec.

I wonder if it would be useful to define both?  The macros we check for
architecture-specific code for other architectures all have both leading and
trailing underscores (e.g. __i386__, __amd64__, etc.).  Being able to use
__mips64__ instead of __mips64 for that in kernel sources, etc. would be
more consistent.

-- 
John Baldwin
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to