From 03cc22842cb8f5ed482d9d58c506a7e3dcf51a44 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Tue, 20 Jun 2006 16:25:31 +0000 Subject: [PATCH] fix error message typo and correct the flag that should be provided to gcc to force v8+ ABI This commit was SVN r10438. --- config/ompi_config_asm.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ompi_config_asm.m4 b/config/ompi_config_asm.m4 index 7d77d9fe5f..1c41cfcf2d 100644 --- a/config/ompi_config_asm.m4 +++ b/config/ompi_config_asm.m4 @@ -861,8 +861,8 @@ AC_DEFUN([OMPI_CONFIG_ASM],[ 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: -mv8plus) for CFLAGS, CCXXFLAGS,]) -AC_MSG_WARN([FFLAGS, and FCFLAGS to compile Open MPI in32 bit mode on]) +AC_MSG_WARN([(cc: -xarch=v8plus, gcc: -mcpu=v9) for CFLAGS, CCXXFLAGS,]) +AC_MSG_WARN([FFLAGS, and FCFLAGS to compile Open MPI in 32 bit mode on]) AC_MSG_WARN([Sparc processors]) AC_MSG_ERROR([Can not continue.]) else