------- Comment #16 from rguenth at gcc dot gnu dot org 2007-10-08 14:23 ------- Subject: Bug 30541
Author: rguenth Date: Mon Oct 8 14:23:33 2007 New Revision: 129126 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129126 Log: Backport Author: rguenth Date: Tue Jan 23 16:37:09 2007 New Revision: 121082 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121082 Log: 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. Modified: branches/suse/gcc-4_2-branch/Makefile.def branches/suse/gcc-4_2-branch/Makefile.in branches/suse/gcc-4_2-branch/Makefile.tpl branches/suse/gcc-4_2-branch/config/acx.m4 branches/suse/gcc-4_2-branch/configure branches/suse/gcc-4_2-branch/gcc/ada/Make-lang.in branches/suse/gcc-4_2-branch/gcc/ada/Makefile.in branches/suse/gcc-4_2-branch/gnattools/Makefile.in branches/suse/gcc-4_2-branch/libada/Makefile.in -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30541