From e52315924b94ebfea09366bebb535692f274dc52 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. --- gas/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/configure') diff --git a/gas/configure b/gas/configure index 3c5a046..ec23638 100755 --- a/gas/configure +++ b/gas/configure @@ -12050,7 +12050,7 @@ echo "$as_me: error: Unknown vendor for mips-bsd configuration." >&2;} { (exit 1); exit 1; }; } ;; - ppc-*-aix5.*) + ppc-*-aix[5-9].*) cat >>confdefs.h <<\_ACEOF #define AIX_WEAK_SUPPORT 1 -- cgit v1.1