This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]