This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: shs.cc won't build on Solaris 2.5/sparc
>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
Bryce> Why not fix newlib to define these (ISO C99) types?
Indeed.
I looked at this today. newlib defines things like __uint32_t.
I don't know why it doesn't define the standard names.
I'll try to find out. This would be a nice approach, since it seems
unlikely that we'll encounter platforms without these types in the
near future. I guess if we do we can always add all the configure
code.
Tom