]> gcc.gnu.org Git - gcc.git/commit
aclocal.m4 (gcc_AC_PROG_GNAT): New.
authorZack Weinberg <zack@gcc.gnu.org>
Mon, 8 Oct 2001 17:58:31 +0000 (17:58 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Mon, 8 Oct 2001 17:58:31 +0000 (17:58 +0000)
commit67f28219a6b5f2ee69aea599a76d15c899d8a8c3
treebc545eaefeca1c114e651a287700be5bbdad760c
parentc0bfe993335d1f1ae3235019a4de1c9829efdc90
aclocal.m4 (gcc_AC_PROG_GNAT): New.

top:
* aclocal.m4 (gcc_AC_PROG_GNAT): New.
* configure.in: Use it.
* configure: Regenerated.
* config/pa/t-linux, config/pa/t-pa, config/pa/t-pa64,
config/pa/t-pro: Set T_ADAFLAGS, not ADA_CFLAGS.
ada:
* Make-lang.in (ADAFLAGS): Add -W -Wall.
(ADA_FLAGS_TO_PASS): Set ADA_CFLAGS=$(CFLAGS) also.
(gnat1): Also depend on attribs.o.
(gnatlib, gnatlib-shared): Set CC and ADAC in recursive make.
* Makefile.in (X_ADAFLAGS, T_ADAFLAGS): New.
(ADAC): Set to @ADAC@ in stage1, $(CC) later.
(ADAFLAGS): Add -W -Wall.
(ALL_ADAFLAGS, MOST_ADAFLAGS): Add X_ADAFLAGS and T_ADAFLAGS;
take out CFLAGS.

(.adb.o, .ads.o, a-numaux.o, a-teioed.o, s-interr.o,
s-taskin.o, sdefault.o, s-tasdeb.o, s-vaflop.o, a-except.o,
s-assert.o, s-stalib.o, s-memory.o, memtrack.o, mlib-tgt.o):
Use $(ADAC), not $(CC), as compilation command.

(gnattools): Depend directly on tools to build, don't use
recursive make.
(gnatlib): Set ADA_CFLAGS=$(GNATLIBCFLAGS) in recursive make.

* einfo.h, sinfo.h: New files (autogenerated).

From-SVN: r46085
13 files changed:
gcc/ChangeLog
gcc/aclocal.m4
gcc/ada/ChangeLog
gcc/ada/Make-lang.in
gcc/ada/Makefile.in
gcc/ada/einfo.h [new file with mode: 0644]
gcc/ada/sinfo.h [new file with mode: 0644]
gcc/config/pa/t-linux
gcc/config/pa/t-pa
gcc/config/pa/t-pa64
gcc/config/pa/t-pro
gcc/configure
gcc/configure.in
This page took 0.087156 seconds and 5 git commands to generate.