diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2005-12-20 17:21:57 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2005-12-20 17:21:57 +0000 |
commit | c02dabc388dd02d470eb85e75c9c7398371096bb (patch) | |
tree | c14838362d76fe1574b10183deb580012e84022c /Makefile.tpl | |
parent | 2cd730290311a76850cfd27d4506ee1cc0c975b4 (diff) | |
download | gdb-c02dabc388dd02d470eb85e75c9c7398371096bb.zip gdb-c02dabc388dd02d470eb85e75c9c7398371096bb.tar.gz gdb-c02dabc388dd02d470eb85e75c9c7398371096bb.tar.bz2 |
2005-12-20 Paolo Bonzini <bonzini@gnu.org>
Revert Ada-related part of the previous change.
* Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
Do not pass.
* Makefile.tpl (BOOT_ADAFLAGS): Do not define.
* Makefile.in: Regenerate.
* configure.in: Do not include mt-ppc-aix target fragment.
* configure: Regenerate.
config:
2005-12-20 Paolo Bonzini <bonzini@gnu.org>
Revert Ada-related part of the previous change.
* mt-ppc-aix: Delete.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 01c3cf6..8b5b679 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -255,7 +255,6 @@ BUILD_PREFIX_1 = @BUILD_PREFIX_1@ # Flags to pass to stage2 and later makes. They are defined # here so that they can be overridden by Makefile fragments. BOOT_CFLAGS= -g -O2 -BOOT_ADAFLAGS= BOOT_LDFLAGS= BISON = @BISON@ @@ -431,7 +430,6 @@ X11_FLAGS_TO_PASS = \ # are set in BASE_FLAGS_TO_PASS, and the sub-make will expand them. The # COMPILER_ prefixed variables are not passed down so we expand them here. EXTRA_TARGET_FLAGS = \ - 'ADAFLAGS=$$(ADAFLAGS_FOR_TARGET)' \ 'AR=$$(AR_FOR_TARGET)' \ 'AS=$(COMPILER_AS_FOR_TARGET)' \ 'CC=$$(CC_FOR_TARGET)' \ @@ -1255,7 +1253,6 @@ POSTSTAGE1_FLAGS_TO_PASS = \ CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \ STAGE_PREFIX=$$r/prev-gcc/ \ CFLAGS="$(BOOT_CFLAGS)" \ - ADAFLAGS="$(BOOT_ADAFLAGS)" \ LDFLAGS="$(BOOT_LDFLAGS)" \ ADAC="\$$(CC)" |