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/pa/t-pa64 | |
parent | 76147072b6b6bca07a1a4958700bb954b86509cc (diff) | |
download | ppe42-gcc-0af0145914901657e6ae2499cb136eb16618b729.tar.gz ppe42-gcc-0af0145914901657e6ae2499cb136eb16618b729.zip |
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/pa/t-pa64')
-rw-r--r-- | gcc/config/pa/t-pa64 | 2 |
1 files changed, 1 insertions, 1 deletions
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. |