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: Why are tests in libjava/configure.host based on ${host} instead of ${target}??


>>>>> "David" == David Daney <ddaney@avtrex.com> writes:

David> Why are tests in libjava/configure.host based on ${host} instead of
David> ${target}?

If you configure at the top-level with --target=$target, all the
target libraries will be configured with --host=$target.

This makes sense if you think about it a little.  The host is the
machine on which the code in question will run.  A target library will
run ("be hosted") on the machine that the top level thinks is the
target.

We've enshrined the confusion in the file name, so we can answer this
once a year or so :-)

Tom


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