aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/t-linux
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2001-10-08 17:58:31 +0000
committerZack Weinberg <zack@gcc.gnu.org>2001-10-08 17:58:31 +0000
commit67f28219a6b5f2ee69aea599a76d15c899d8a8c3 (patch)
treebc545eaefeca1c114e651a287700be5bbdad760c /gcc/config/pa/t-linux
parentc0bfe993335d1f1ae3235019a4de1c9829efdc90 (diff)
downloadgcc-67f28219a6b5f2ee69aea599a76d15c899d8a8c3.zip
gcc-67f28219a6b5f2ee69aea599a76d15c899d8a8c3.tar.gz
gcc-67f28219a6b5f2ee69aea599a76d15c899d8a8c3.tar.bz2
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
Diffstat (limited to 'gcc/config/pa/t-linux')
-rw-r--r--gcc/config/pa/t-linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/t-linux b/gcc/config/pa/t-linux
index 65f16c9..e6394a7 100644
--- a/gcc/config/pa/t-linux
+++ b/gcc/config/pa/t-linux
@@ -15,4 +15,4 @@ CRTSTUFF_T_CFLAGS_S = -fPIC
# Compile libgcc2.a as PIC.
TARGET_LIBGCC2_CFLAGS = -fPIC -DELF=1 -DLINUX=1
-ADA_CFLAGS=-mdisable-indexing
+T_ADAFLAGS=-mdisable-indexing