This is the mail archive of the java@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: more cross-compiler work...


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/


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