[Bug regression/24662] gcc unable to bootstrap and build as 64 bit binary

2005-11-03 Thread tom_gall at vnet dot ibm dot com
--- Comment #3 from tom_gall at vnet dot ibm dot com 2005-11-04 04:52 --- fresh subversion code + right param seems to fix it ... least for the pure 64 bit case. I'll get to the multilib from 64 bit case in a few days. -- tom_gall at vnet dot ibm dot com changed: What

[Bug regression/24662] gcc unable to bootstrap and build as 64 bit binary

2005-11-03 Thread tom_gall at vnet dot ibm dot com
--- Comment #2 from tom_gall at vnet dot ibm dot com 2005-11-04 02:51 --- I'll give that whirl... I think I was mistakenly using --disable-biarch! :-/ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24662

[Bug regression/24662] gcc unable to bootstrap and build as 64 bit binary

2005-11-03 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-04 01:49 --- HUH For a pure 64bit PPC GNU/Linux, you need --disable-multilib (and maybe --with-cpu=default64) as you don't have a 32bit glibc. Unless I am misunderstanding what you mean by a pure 64bit PPC GNU/Linux distro.