------- Comment #1 from charlet at gcc dot gnu dot org 2008-08-13 09:28 ------- This was broken by the following change AFAICT (rev 121082):
<< 2007-01-23 Richard Guenther <[EMAIL PROTECTED]> PR bootstrap/30541 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE. * Makefile.tpl (GNATBIND): Substitute it. (GNATMAKE): Likewise. (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead of STAGE_PREFIX. * Makefile.in: Regenerate. * configure: Regenerate. config/ * acx.m4 (ACX_PROG_GNAT): Check for gnatmake. libada/ * Makefile.in (STAGE_PREFIX): Do not define. (FLAGS_TO_PASS): Do not pass STAGE_PREFIX. gnattools/ * Makefile.in (STAGE_PREFIX): Do not define. ada/ * Make-lang.in: Replace invocations of gnatmake with $(GNATMAKE). (gnatboot2): Pass staged GNATMAKE instead of STAGE_PREFIX. (gnatboot3): Likewise. (GNATBIND): Do not define. * Makefile.in (GNATBIND): Do not define. >> Before that, we were using 'gnatmake' instead of '$(GNATMAKE)', which is what's causing troubles here. Arno -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37109