[Bug target/31239] bootstrap fails on 32-bit x86 solaris2.11

2007-03-17 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-03-17 16:34 --- What options are passing to configure? Do you have CFLAGS set? Second i386-solaris is a multilibed target which means it will build the 64bit libraries even on a 32bit machine. If you don't want that, then use

[Bug target/31239] bootstrap fails on 32-bit x86 solaris2.11

2007-03-17 Thread johnsonnenschein at gmail dot com
--- Comment #2 from johnsonnenschein at gmail dot com 2007-03-17 20:31 --- yes, you are correct, it was multilib. I tried again with that Perhaps a check of isainfo(1) should be placed in the configure script to ensure the target supports amd64 binaries ? Solaris runs on x86 32-bit or