On Friday, January 27, 2017 03:36:01 PM Ed Maste wrote:
> On 27 January 2017 at 14:38, John Baldwin 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-
On 27 January 2017 at 14:38, John Baldwin 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.
I
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 fa
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