1
1

* 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.
Этот коммит содержится в:
Brian Barrett 2005-02-10 00:38:44 +00:00
родитель 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-*)