On 11/02/11 18:10, Jonathan Wakely wrote: > On 2 November 2011 13:52, Michael Haubenwallner wrote: >> >> Erm - what I want to say is that I would really wonder if it does have /any/ >> influence (binary-wise) to gcc on Solaris (unlike Linux) whether to configure >> for i386 or i586 (via '--host' or even '--target'). > > http://gcc.gnu.org/gcc-4.5/changes.html#x86 doesn't say it only > happens on GNU/Linux.
Oh my dear... thank you! But still: given that x86-solaris started with some Pentium, I just can't believe gcc can "optimize" for real 80386 CPU on Solaris now. Especially as i386 (from config.guess) is the default too. /haubi/