[Bug bootstrap/26814] Can't build a 64-bit C compiler on darwin-ppc

2006-03-22 Thread ebotcazou at gcc dot gnu dot org
--- Comment #2 from ebotcazou at gcc dot gnu dot org 2006-03-22 23:24 --- If you start with a 32-bit compiler, the correct sequence of operations is: CC="gcc -m64" $srcdir/configure --prefix=/pkgs/gcc-4.1.0 --with-gmp=/sw/ --with-mpfr=/sw/ --with-as=/usr/local/odcctools-20060123/bin/as

[Bug bootstrap/26814] Can't build a 64-bit C compiler on darwin-ppc

2006-03-22 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-22 23:23 --- This is the same issue as the follow patch tries to solve: http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01604.html So it is not just PPC-darwin. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26814