[Bug c/53662] Cannot build static gcc on i686 linux gnu with -m64 support.

2014-06-30 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53662 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/53662] Cannot build static gcc on i686 linux gnu with -m64 support.

2012-11-25 Thread bugfeed at online dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53662 Leif Leonhardy changed: What|Removed |Added CC||bugfeed at online dot de --- C

[Bug c/53662] Cannot build static gcc on i686 linux gnu with -m64 support.

2012-06-13 Thread redi at gcc dot gnu.org
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

[Bug c/53662] Cannot build static gcc on i686 linux gnu with -m64 support.

2012-06-13 Thread krejzi at email dot com
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

[Bug c/53662] Cannot build static gcc on i686 linux gnu with -m64 support.

2012-06-13 Thread redi at gcc dot gnu.org
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