https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53662
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53662
Leif Leonhardy changed:
What|Removed |Added
CC||bugfeed at online dot de
--- C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53662
--- Comment #3 from Jonathan Wakely 2012-06-13
23:12:16 UTC ---
gcc-h...@gcc.gnu.org
See http://gcc.gnu.org/lists.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53662
--- Comment #2 from Armin K. 2012-06-13 21:17:35 UTC
---
(In reply to comment #1)
>
> That means you need a 64-bit capable binutils.
>
> Just a guess, but you might need to use --target=x86_64-unknown-linux-gnu to
> make a cross compiler for x8
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53662
--- Comment #1 from Jonathan Wakely 2012-06-13
21:12:57 UTC ---
(In reply to comment #0)
> Assembler messages:
> Fatal error: no compiled in support for x86_64
> configure:3058: $? = 1
That means you need a 64-bit capable binutils.
Just a guess