How to xfail a libjava test?

Anthony Green green@redhat.com
Mon Sep 23 09:50:00 GMT 2002


On Mon, 2002-09-23 at 09:41, Richard Earnshaw wrote:
> Looks like the thing I need, but why is this in configure.host?  Surely 
> this is a property of the target?

In the world of GNU tools `host' always refers to the system that will
run the code you're building.  For library code like this, this is the
same as the compiler's `target'.

AG




More information about the Java mailing list