aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.tgt
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2009-03-14 09:11:38 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2009-03-14 09:11:38 +0000
commite52315924b94ebfea09366bebb535692f274dc52 (patch)
tree2bca2338afffa1cee1e3ea09d0f0319f7220f16d /gas/configure.tgt
parentfa0a16b19e6701bed945feffd3fb5381759a0005 (diff)
downloadgdb-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 'gas/configure.tgt')
-rw-r--r--gas/configure.tgt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt
index 38455d8..e3eadac 100644
--- a/gas/configure.tgt
+++ b/gas/configure.tgt
@@ -320,7 +320,7 @@ case ${generic_target} in
ppc-*-pe | ppc-*-cygwin*) fmt=coff em=pe ;;
ppc-*-winnt*) fmt=coff em=pe ;;
ppc-*-aix5.[01]) fmt=coff em=aix5 ;;
- ppc-*-aix5.*) fmt=coff em=aix5 ;;
+ ppc-*-aix[5-9].*) fmt=coff em=aix5 ;;
ppc-*-aix*) fmt=coff ;;
ppc-*-beos*) fmt=coff ;;
ppc-*-*n*bsd* | ppc-*-elf*) fmt=elf ;;