Re: GCC 4.2.1 : bootstrap fails at stage 2. compiler produces wrong binary for wrong processor

2007-07-29 Thread Eric Botcazou
That isn't what I see here. The output binary was definately for a v8plus processor. That would be a UltraSparc 1 at the least. There is no real V8+ architecture, V8+ is an augmented 32-bit ABI for the V9 architecture, the native ABI of the V9 architecture being the 64-bit ABI. The mapping

Re: GCC 4.2.1 : bootstrap fails at stage 2. compiler produces wrong binary for wrong processor

2007-07-28 Thread Eric Botcazou
The default cpu is v8plus. v9 actually, which automatically enables the V8+ stuff in 32-bit mode. -- Eric Botcazou

Re: GCC 4.2.1 : bootstrap fails at stage 2. compiler produces wrong binary for wrong processor

2007-07-28 Thread Dennis Clarke
The default cpu is v8plus. v9 actually, which automatically enables the V8+ stuff in 32-bit mode. That isn't what I see here. The output binary was definately for a v8plus processor. That would be a UltraSparc 1 at the least. ELF Header ei_magic: { 0x7f, E, L, F } ei_class:

Re: GCC 4.2.1 : bootstrap fails at stage 2. compiler produces wrong binary for wrong processor

2007-07-27 Thread Dennis Clarke
Dennis Clarke [EMAIL PROTECTED] writes: SUMMARY : the stage 2 compiler produces the wrong binary type for this machine This question is appropriate for the [EMAIL PROTECTED] mailing list rather than the gcc@gcc.gnu.org list. Please take any followups to gcc-help. Thanks. I was not

Re: GCC 4.2.1 : bootstrap fails at stage 2. compiler produces wrong binary for wrong processor

2007-07-27 Thread Ian Lance Taylor
Dennis Clarke [EMAIL PROTECTED] writes: Dennis Clarke [EMAIL PROTECTED] writes: SUMMARY : the stage 2 compiler produces the wrong binary type for this machine This question is appropriate for the [EMAIL PROTECTED] mailing list rather than the gcc@gcc.gnu.org list. Please take any

Re: GCC 4.2.1 : bootstrap fails at stage 2. compiler produces wrong binary for wrong processor

2007-07-27 Thread Eric Botcazou
what options do I need to set on the configure line in order for this to work? See http://gcc.gnu.org/gcc-4.2/changes.html , SPARC section. -- Eric Botcazou

Re: GCC 4.2.1 : bootstrap fails at stage 2. compiler produces wrong binary for wrong processor

2007-07-27 Thread Dennis Clarke
what options do I need to set on the configure line in order for this to work? See http://gcc.gnu.org/gcc-4.2/changes.html , SPARC section. You Sir are magnificent and wonderful ! Thank you so very much. Dennis

Re: GCC 4.2.1 : bootstrap fails at stage 2. compiler produces wrong binary for wrong processor

2007-07-27 Thread Jim Wilson
Dennis Clarke wrote: At the moment GCC 4.2.1 seems to be tied to the UltraSparc processor and thus the older sun4m and 32-bit Sparc machines are being ignored. The default cpu is v8plus. You can change that by using the configure option --with-cpu=v8 or --with-cpu=v7 depending on how old

Re: GCC 4.2.1 : bootstrap fails at stage 2. compiler produces wrong binary for wrong processor

2007-07-27 Thread Dennis Clarke
Dennis Clarke wrote: At the moment GCC 4.2.1 seems to be tied to the UltraSparc processor and thus the older sun4m and 32-bit Sparc machines are being ignored. The default cpu is v8plus. You can change that by using the configure option --with-cpu=v8 or --with-cpu=v7 depending on how old

RE: GCC 4.2.1 : bootstrap fails at stage 2. compiler produces wrong binary for wrong processor

2007-07-26 Thread Dennis Clarke
SUMMARY : the stage 2 compiler produces the wrong binary type for this machine I did further digging and built my own libiconv and installed that into my own isolated local directory at $HOME/local then I destroyed my previous stage 1 work and started over again thus : bash-3.2$ date Thu Jul