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: Cross compile, no grmic/grmiregistry


> Are you talking of a cross-compiler (target != host) or
> a crossed-native compiler (target==host!=build)? I think
> Rui was complaining about these tools not being generated
> in the cross-compiler case while you might have observed
> these being created in the crossed-native compiler case.
>
> I presume "NATIVE" above checks only for "target==host"
> and therefore your observation.

You're right.  When building the cross compiler, these items are
excluded.  It was when going on from there to build the native
compiler from the cross compiler that they are included.

TJ


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