* 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
Этот коммит содержится в:
родитель
8a291afda6
Коммит
8622fe8874
@ -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)'
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user