This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/37109] can't canadian cross ada (if host=target, but host!=build)



------- 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  <rguenther@suse.de>

        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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]