From bbcff98633fb2ab9bb903890352cacb77e934817 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Sat, 14 Mar 2009 09:11:38 +0000 Subject: 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. --- binutils/configure.tgt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/configure.tgt') diff --git a/binutils/configure.tgt b/binutils/configure.tgt index 2d5ce2b8a8..253f7310ce 100644 --- a/binutils/configure.tgt +++ b/binutils/configure.tgt @@ -9,7 +9,7 @@ # targ_emul_vector name of vector to use case "${targ}" in - powerpc-*-aix5* | rs6000-*-aix5*) + powerpc-*-aix[5-9]* | rs6000-*-aix[5-9]*) targ_emul=aix targ_emul_vector=bin_aix5_emulation ;; -- cgit v1.2.1