This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap failure on Linux/x86-64 in Ada
- From: Arnaud Charlet <charlet at adacore dot com>
- To: Bonzini <bonzini at gnu dot org>
- Cc: gcc at gcc dot gnu dot org, aj at suse dot de
- Date: Tue, 20 Dec 2005 10:39:56 +0100
- Subject: Re: Bootstrap failure on Linux/x86-64 in Ada
- References: <20051220093441.GA18440@fencepost>
> ADAFLAGS = -W -Wall -gnatpg -gnata
> ADAFLAGS_FOR_TARGET = -W -Wall -gnatpg -gnata
>
> and changing = to += in config/mt-ppc-aix?
>
> Arnaud, it seems strange that "required" flags like -gnatpg are on
> ADAFLAGS rather than the makefile rules. -c is not in CFLAGS, for
> example. Is it possible that you don't want -gnatpg in some cases?
Yes, -gnatp is certainly not required in all cases (e.g. for debugging).
Of course that does not change the fact that we want a reasonable
default value for ADAFLAGS, that is *not* overriden by default by the top-level
Makefiles, only by users and build scripts. And I'd rather keep this default
in ada/Makefile.in rather than moving it to the top level.
Arno