[Bug driver/61651] Cross compiler will use host as eroneously

2018-11-13 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61651

Eric Gallager  changed:

   What|Removed |Added

   Keywords||build

--- Comment #3 from Eric Gallager  ---
(In reply to Martin Husemann from comment #1)
> Passing AS_FOR_TARGET (and friends) in the configure environment does not
> help, but explicitly adding --with-as=.. does fix the issue.
> 
> So this looks like a pure configure bug.

If this is a pure configure bug, the solution is purely in patching the build
machinery, so adding the "build" keyword

[Bug driver/61651] Cross compiler will use host as eroneously

2017-09-17 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61651

Eric Gallager  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2017-09-17
 CC||egallager at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #2 from Eric Gallager  ---
I think I've run into this issue before, confirmed.

[Bug driver/61651] Cross compiler will use host as eroneously

2014-07-02 Thread martin at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61651

--- Comment #1 from Martin Husemann martin at netbsd dot org ---
Passing AS_FOR_TARGET (and friends) in the configure environment does not help,
but explicitly adding --with-as=.. does fix the issue.

So this looks like a pure configure bug.