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 /configure.in | |
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 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b65ec91..ad7ec4d 100644 --- a/configure.in +++ b/configure.in @@ -1519,7 +1519,6 @@ case "${target}" in # harmless if we're using GNU nm or ar. extra_arflags_for_target=" -X32_64" extra_nmflags_for_target=" -B -X32_64" - target_makefile_frag="config/mt-ppc-aix" ;; *-*-darwin*) # ranlib from Darwin requires the -c flag to look at common symbols. |