diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2009-03-14 09:11:38 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2009-03-14 09:11:38 +0000 |
commit | e52315924b94ebfea09366bebb535692f274dc52 (patch) | |
tree | 2bca2338afffa1cee1e3ea09d0f0319f7220f16d /bfd/configure | |
parent | fa0a16b19e6701bed945feffd3fb5381759a0005 (diff) | |
download | gdb-e52315924b94ebfea09366bebb535692f274dc52.zip gdb-e52315924b94ebfea09366bebb535692f274dc52.tar.gz gdb-e52315924b94ebfea09366bebb535692f274dc52.tar.bz2 |
bfd/
* config.bfd: Treat AIX 6+ in the same way as AIX 5.
* configure.in: Likewise.
* configure: Regenerate.
binutils/
* configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
* configure.in: Likewise.
* configure: Regenerate.
gas/
* configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
* configure.in: Likewise.
* configure: Regenerate.
ld/
* configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/configure b/bfd/configure index adcd52d..a45eef3 100755 --- a/bfd/configure +++ b/bfd/configure @@ -19228,7 +19228,7 @@ if test "${target}" = "${host}"; then rs6000-*-lynx*) COREFILE=lynx-core.lo ;; - rs6000-*-aix5.* | powerpc-*-aix5.*) + rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].*) COREFILE=rs6000-core.lo COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE" ;; |