This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: committed: merge with libada-branch
Nathanel, could you give some help on this issue ?
As discussed by others, it seems that the check to enable Ada should be
moved from gcc/configure.ac to the top level configure.
> This patch breaks bootstrap on targets that do not build GNAT
> because a previous version of GNAT is not available.
>
> make[2]: Entering directory `/gcc/dje/build/powerpc-ibm-aix5.1.0.0-20040210/powerpc-ibm-aix5.1.0.0/libada'
> make -C ../../gcc gnatlib-shared
> make[3]: *** No rule to make target `gnatlib-shared'. Stop.
> make[2]: *** [gnatlib] Error 2
>
> gcc/configure tests for the presence of gnat. Now that libada is at the
> top level, it's configuration needs to do something similar.