diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-08 17:58:31 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-08 17:58:31 +0000 |
commit | 0af0145914901657e6ae2499cb136eb16618b729 (patch) | |
tree | bc545eaefeca1c114e651a287700be5bbdad760c /gcc/config | |
parent | 76147072b6b6bca07a1a4958700bb954b86509cc (diff) | |
download | gcc-0af0145914901657e6ae2499cb136eb16618b729.tar.gz |
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).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46085 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/pa/t-linux | 2 | ||||
-rw-r--r-- | gcc/config/pa/t-pa | 2 | ||||
-rw-r--r-- | gcc/config/pa/t-pa64 | 2 | ||||
-rw-r--r-- | gcc/config/pa/t-pro | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/pa/t-linux b/gcc/config/pa/t-linux index 65f16c9566f..e6394a75166 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 diff --git a/gcc/config/pa/t-pa b/gcc/config/pa/t-pa index c32e7427a4c..863e8432015 100644 --- a/gcc/config/pa/t-pa +++ b/gcc/config/pa/t-pa @@ -1,4 +1,4 @@ -ADA_CFLAGS=-mdisable-indexing +T_ADAFLAGS=-mdisable-indexing LIB2FUNCS_EXTRA=lib2funcs.asm quadlib.c lib2funcs.asm: $(srcdir)/config/pa/lib2funcs.asm diff --git a/gcc/config/pa/t-pa64 b/gcc/config/pa/t-pa64 index 8647948aad0..09dac2d8fac 100644 --- a/gcc/config/pa/t-pa64 +++ b/gcc/config/pa/t-pa64 @@ -2,7 +2,7 @@ LIB1ASMFUNCS = _divI _divU _remI _remU _div_const LIB1ASMSRC = pa/milli64.S TARGET_LIBGCC2_CFLAGS = -fPIC -Dpa64=1 -DELF=1 -ADA_CFLAGS=-mdisable-indexing +T_ADAFLAGS=-mdisable-indexing LIB2FUNCS_EXTRA=quadlib.c # We'll need this once .init sections are enabled on PA64. diff --git a/gcc/config/pa/t-pro b/gcc/config/pa/t-pro index 882467bfcc7..a47d72f98c9 100644 --- a/gcc/config/pa/t-pro +++ b/gcc/config/pa/t-pro @@ -1,4 +1,4 @@ -ADA_CFLAGS=-mdisable-indexing +T_ADAFLAGS=-mdisable-indexing LIB2FUNCS_EXTRA=lib2funcs.asm |