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: "mikpe at it dot uu.se" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 11 Jul 2011 22:28:26 +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 #19 from Mikael Pettersson <mikpe at it dot uu.se> 2011-07-11 22:27:53 UTC ---
I have type-correct s-memory-m68k.ad{b,s} written and tested on x86 (by adding
s-memory.adb<s-memory-m68k.adb and ditto for .ads rules to the linux x86
Makefile.in fragment), but when I do this natively on m68k-linux the
replacements don't happen for some reason, causing bootstrap to fail in stage3.
Specifically, when I did this on x86 I got a bunch of symbolic links in my
objdir matching (I assume) the .ad{b,s} replacements, but on m68k I got no such
symlinks at all. Something weird is going in Makefile.in ...