Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2018 10:00:25 -0700
From:      John Baldwin <jhb@FreeBSD.org>
To:        Bryan Drewery <bdrewery@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r335394 - head
Message-ID:  <54db8611-cca5-0753-9905-9213afe06e65@FreeBSD.org>
In-Reply-To: <201806192340.w5JNehKn004969@repo.freebsd.org>
References:  <201806192340.w5JNehKn004969@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54db8611-cca5-0753-9905-9213afe06e65>