This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/37524] gcc build fail after some compile with --target=amigaos
- From: "brian at dessent dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Sep 2008 04:11:16 -0000
- Subject: [Bug c/37524] gcc build fail after some compile with --target=amigaos
- References: <bug-37524-16717@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from brian at dessent dot net 2008-09-16 04:11 -------
Subject: Re: New: gcc build fail after some compile with
--target=amigaos
> *** configuration m68k-unknown-amigaos not supportet.
That message means the target is not supported. If it worked in a
previous version then that it was removed. You can look at
gcc/config.gcc to get a list of supported m68k targets (e.g. m68k-elf,
m68k-linux, m68k-rtems, etc) but amigaos isn't one of them. If 3.4
works then that is probably the last version to support that target; or
the compiler you have now contains out-of-tree/non-FSF patches.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37524