From f0f1d4e311b403168e3b394c0a1e62824c3ac040 Mon Sep 17 00:00:00 2001 From: Nysal Jan Date: Tue, 8 Feb 2011 02:52:10 +0000 Subject: [PATCH] Older versions of config.guess detect the canonical system name of an AIX 7.1 system to be rs6000-ibm-aix. Add this workaround until AIX 7.1 support is available in the autotools releases This commit was SVN r24362. --- opal/config/opal_config_asm.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/config/opal_config_asm.m4 b/opal/config/opal_config_asm.m4 index 300837c368..eff7f841b5 100644 --- a/opal/config/opal_config_asm.m4 +++ b/opal/config/opal_config_asm.m4 @@ -896,7 +896,7 @@ AC_DEFUN([OPAL_CONFIG_ASM],[ OMPI_GCC_INLINE_ASSIGN='"or %0,[$]0,[$]0" : "=&r"(ret)' ;; - powerpc-*|powerpc64-*) + powerpc-*|powerpc64-*|rs6000-*) OMPI_CHECK_POWERPC_REG if test "$ac_cv_sizeof_long" = "4" ; then ompi_cv_asm_arch="POWERPC32"