This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug c/37524] gcc build fail after some compile with --target=amigaos



------- 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


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