more cross-compiler work...
Per Bothner
per@bothner.com
Mon Dec 10 00:08:00 GMT 2001
Adam Megacz wrote:
> This doesn't make sense to me -- different platforms have different
> size types. Since, in theory, you can cross-compile from any platform
> to any other, how would it ever be possible to come up with a single
> value that would work for all cross-compile scenarios?
Not all, but should should be able to do something that works
on all targets (at least any that use 8-bit bytes) if you
use gcc or some other modern compilers, by using stdint.h.
--
--Per Bothner
per@bothner.com http://www.bothner.com/per/
More information about the Java
mailing list