On 6/19/18 4:40 PM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Tue Jun 19 23:40:42 2018
> New Revision: 335394
> URL: https://svnweb.freebsd.org/changeset/base/335394
> 
> Log:
>   Fix detection for binutils bootstrap package.
>   
>   The path was changed recently in the port to be the full target triple.

Except this doesn't work either.  The TARGET_TRIPLE the package uses is based
on the build _host_ machine, so if you are building a current MIPS world
on an 11.2 host (for example), TARGET_TRIPLE will use '12.0' but won't work
because the package installed on the host will be using '11.2'.

I want to revert the cross binutils packages back to the old naming scheme
as that makes more sense (and it is what configure scripts keep looking for,
I have to create symlinks for gdb's ./configure script to DTRT when 
cross-building
for example.)

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

Reply via email to