svn commit: r312857 - head

John Baldwin jhb at freebsd.org
Fri Jan 27 19:47:55 UTC 2017


On Friday, January 27, 2017 03:43:18 AM Ed Maste wrote:
> Author: emaste
> Date: Fri Jan 27 03:43:18 2017
> New Revision: 312857
> URL: https://svnweb.freebsd.org/changeset/base/312857
> 
> Log:
>   Use cross-NM (XNM) in compat32 build
>   
>   An attempt to build mips64 using external toolchain failed as it tried
>   to use the host amd64 nm.
>   
>   MFC after:	1 month
>   Sponsored by:	The FreeBSD Foundation

Which external toolchain?  Building with GCC 6 and binutils from ports worked 
fine for me?

OTOH, it seems that trying to use clang (in HEAD) with external binutils 
might be buggy as it doesn't pass the '-m <linker abi>' down to ld like GCC
does.

-- 
John Baldwin


More information about the svn-src-head mailing list