1
1

Clean up error message about Sparc v8/v8+, since the README now has better

information and the cases are getting too long for an AC_MSG_WARN.

This commit was SVN r30503.
Этот коммит содержится в:
Brian Barrett 2014-01-30 17:51:13 +00:00
родитель edc760434c
Коммит 8ab8940e45

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

@ -880,10 +880,8 @@ AC_DEFUN([OPAL_CONFIG_ASM],[
OPAL_ASM_SUPPORT_64BIT=0
ompi_cv_asm_arch="SPARC"
AC_MSG_WARN([Sparc v8 target is not supported in this release of Open MPI.])
AC_MSG_WARN([You must specify the target architecture v8plus])
AC_MSG_WARN([(cc: -xarch=v8plus, gcc: -mcpu=v9) for CFLAGS, CXXFLAGS,])
AC_MSG_WARN([FFLAGS, and FCFLAGS to compile Open MPI in 32 bit mode on])
AC_MSG_WARN([Sparc processors])
AC_MSG_WARN([You must specify the target architecture v8plus to compile])
AC_MSG_WARN([Open MPI in 32 bit mode on Sparc processors (see the README).])
AC_MSG_ERROR([Can not continue.])
else
OPAL_ASM_SUPPORT_64BIT=1