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