* add a label to the assembly being tested for GCC inline assembly so that
the test barfs on AIX, since it has some strange non-mangling of the labels in the inline assembly that all the other platforms seem to be ok making right. *sigh* This commit was SVN r4365.
Этот коммит содержится в:
родитель
e51bb59b54
Коммит
76054e0b31
@ -628,7 +628,7 @@ case "${host}" in
|
||||
else
|
||||
AC_MSG_ERROR([Could not determine PowerPC word size: $ac_cv_sizeof_long])
|
||||
fi
|
||||
OMPI_GCC_INLINE_ASSIGN='"li %0,0" : "=&r"(ret)'
|
||||
OMPI_GCC_INLINE_ASSIGN='"1: li %0,0" : "=&r"(ret)'
|
||||
;;
|
||||
|
||||
sparc-*)
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user