1
1

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.
Этот коммит содержится в:
Nysal Jan 2011-02-08 02:52:10 +00:00
родитель b0ce9bae8e
Коммит f0f1d4e311

Просмотреть файл

@ -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"