This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/48835] Porting GNAT to GNU/Linux/m68k
- From: "tg at mirbsd dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 11 Jul 2011 22:52:39 +0000
- Subject: [Bug ada/48835] Porting GNAT to GNU/Linux/m68k
- Auto-submitted: auto-generated
- References: <bug-48835-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48835
--- Comment #20 from Thorsten Glaser <tg at mirbsd dot org> 2011-07-11 22:52:04 UTC ---
Have you applied the patch I attached to this bugreport before?
The sections in Makefile.in are actually target specific, and
my patch added one for m68k-linux as:
+ifeq ($(strip $(filter-out m68k% linux%,$(arch) $(osys))),)
Iâm fairly certain it did pick these when I built it.