https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80964
Ian Lance Taylor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80964
--- Comment #4 from ian at gcc dot gnu.org ---
Author: ian
Date: Tue Jun 13 19:56:45 2017
New Revision: 249172
URL: https://gcc.gnu.org/viewcvs?rev=249172&root=gcc&view=rev
Log:
PR go/80964
* configure.ac: Set NATIVE if host_alia
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80964
--- Comment #3 from Bernd Edlinger ---
I think this would do what you want:
Not building gotools for build==host!=target,
but build the gotools for build!=host==target (canadian),
At least the gotools are built without error in the
latter case, b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80964
--- Comment #2 from Bernd Edlinger ---
with --target=arm-linux-gnueabihf I see this in gotools
config.log:NATIVE_FALSE='#'
config.log:NATIVE_TRUE=''
But with --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf it works
as expected:
config.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80964
--- Comment #1 from Ian Lance Taylor ---
Those programs are not supposed to be installed in bindir when not doing a
native build. I'm not sure why that has gone wrong for you. In your build
directory, in gotools/config.status, what are the valu