41 | | * This is not used by gcc, to build gcc pass something like CC="gcc -m64" or CFLAGS="-m64", I also had to pass GCC_CONFIGURE="--target=sparc64-sun-solaris2.10 --host=sparc64-sun-solaris2.10" to build a 64 bit compiler targetting 64 bit builds. |
42 | | * GCC fails to build, probably in stage 1, looking for sparc64-sun-solaris2.10-gcc. |
| 41 | * This is not used by gcc, to build gcc pass something like CC="gcc -m64" or CFLAGS="-m64", or GCC_CONFIGURE="--target=sparc64-sun-solaris2.10 --host=sparc64-sun-solaris2.10" to build a 64 bit compiler targetting 64 bit builds, but GCC fails to build, probably in stage 1, looking for sparc64-sun-solaris2.10-gcc. |
| 42 | In fact passing --build=sparc64-sun-solaris2.10 might do the trick. |