From 8622fe8874c5d3d5cc005705914a29c1447c4efc Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Sun, 17 Sep 2006 23:14:17 +0000 Subject: [PATCH] * be more liberal about about which platforms we consider to be alpha, so that we include all the ev series on platforms that report more than just "alpha". Fixes one of many issues on Alpha reported by a user. refs trac:380 This commit was SVN r11683. The following Trac tickets were found above: Ticket 380 --> https://svn.open-mpi.org/trac/ompi/ticket/380 --- config/ompi_config_asm.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ompi_config_asm.m4 b/config/ompi_config_asm.m4 index a1d8874040..38e6f5010c 100644 --- a/config/ompi_config_asm.m4 +++ b/config/ompi_config_asm.m4 @@ -848,7 +848,7 @@ AC_DEFUN([OMPI_CONFIG_ASM],[ OMPI_GCC_INLINE_ASSIGN='"mov %0=r0\n;;\n" : "=&r"(ret)' ;; - alpha-*) + alpha-*|alphaev[4-8]-*|alphaev56-*|alphaev6[78]-*) ompi_cv_asm_arch="ALPHA" OMPI_ASM_SUPPORT_64BIT=1 OMPI_GCC_INLINE_ASSIGN='"bis zero,zero,%0" : "=&r"(ret)'