> nevertheless on Darwin (with GNU make 3.81) we get .. > > rm -rf adalib > ln -s ../.././gcc/ada/rts adainclude > ln -s ../.././gcc/ada/rts adalib
Ah, this comes from libada/Makefile.in and is actually "expected", even though it's a bit kludgy IMO. This was introduced by revision 145622 to handle multilibs, I complete forgot about this special handling. In any case, the fix if any belongs either in configure or in libada/Makefile.in, not in gcc-interface. Arno