svn commit: r312857 - head

Ed Maste emaste at freebsd.org
Fri Jan 27 20:36:22 UTC 2017


On 27 January 2017 at 14:38, John Baldwin <jhb at freebsd.org> wrote:
>
> Which external toolchain?  Building with GCC 6 and binutils from ports worked
> fine for me?

This was using the mips64-xtoolchain-gcc package and
CROSS_TOOLCHAIN=mips64-gcc. It appears that it picked up the host's nm
while building compat32.

If you are building on a FreeBSD 11 or -CURRENT host it will work even
if it gets the host nm, because /usr/bin/nm is ELF Tool Chain's and
includes support for all architectures, but I'm building on 10.x and
the GNU nm there only handles x86 objects.


More information about the svn-src-head mailing list