On 10/15/07, Brian D. Horn <Brian.Horn at sun.com> wrote: > > > Although I haven't looked at the details here, I note the fact that > there is a -U__i386 which is probably needed > due to the fact that under some circumstances __i386 is being predefined > by the compiler, but you may > need -U__sparc (or something similar).
Or worse, a C standards issue with gcc-4.0.0... http://gcc.gnu.org/ml/gcc/2005-02/msg00053.html http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19333 using -save-temps and inspecting the .i file reveals it is the case described in the email ref and bug.. Mark -- ------------------------------------------------------ Born to the false world, the wanderer, Storyteller, The Pied Piper On a quest for immortality Gathering a troop to find the fantasy -- Nightwish -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/powerpc-discuss/attachments/20071015/93ff3f23/attachment.html>
