This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
RE: Patch: support *-unknown-* targets
- To: <tromey at redhat dot com>
- Subject: RE: Patch: support *-unknown-* targets
- From: "Anthony Green" <green at redhat dot com>
- Date: Thu, 15 Feb 2001 06:37:33 -0800
- Cc: <java-patches at gcc dot gnu dot org>
- Reply-To: <green at cygnus dot com>
Tom wrote:
> 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?
Ok I get your point. I was going to change these to *-unknown-elf and
*-unknown-coff, but now I'll to come up with something else.
AG