Patch: support *-unknown-* targets
Tom Tromey
tromey@redhat.com
Mon Feb 12 13:06:00 GMT 2001
>>>>> "Anthony" == Anthony Green <green@cygnus.com> writes:
Anthony> 2001-02-10 Anthony Green <green@redhat.com>
Anthony> * configure.in: Set USING_LIBRARY_PRELOAD.
Anthony> Obey CONFIGURE_HOST_GC.
Anthony> * configure: Rebuilt.
Anthony> * configure.host: Deal with *-unknown-* hosts.
Anthony> * gnu/gcj/runtime/natFirstThread.cc: Obey USING_LIBRARY_PRELOAD.
Anthony> +case "${host}" in
Anthony> + *-unknown-*)
Is this really the right thing to do?
There are some hosts with `-unknown-' that aren't really "unknown" --
"unknown" is just a placeholder since there isn't a better name.
Eg search for `-openbsd' in config.guess.
Could we use some other mechanism, like defaulting to "know nothing"
and then enabling functionality for the platforms we do recognize?
Tom
More information about the Java-patches
mailing list