Compare commits

...

5 Commits
master ... f16

Author SHA1 Message Date
Doug Ledford c75cb5a916 Merge branch 'master' into f16 2012-01-20 11:38:13 -05:00
Doug Ledford f79769ab7a Don't do autogen.sh as that breaks the build 2012-01-20 10:50:56 -05:00
Doug Ledford 9f81bf3243 Merge branch 'master' into f15
Conflicts:
	openmpi.spec
2012-01-20 10:41:19 -05:00
Peter Robinson 2866357ace Exclude ARM platforms due to current lack of atomic primitives on the platform 2011-06-18 14:43:24 +01:00
Jay Fenlason 07b0c1c35b Fix bz679489 in F15 by backporting the dt-textrel patch from rawhide. 2011-04-22 12:34:27 -04:00
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- openmpi-1.5/opal/config/opal_config_asm.m4.jj 2010-09-28 23:33:51.000000000 +0200
+++ openmpi-1.5/opal/config/opal_config_asm.m4 2011-02-23 01:39:21.191433509 +0100
@@ -885,7 +885,7 @@ AC_DEFUN([OMPI_CONFIG_ASM],[
ompi_cv_asm_arch="AMD64"
fi
OPAL_ASM_SUPPORT_64BIT=1
- OMPI_GCC_INLINE_ASSIGN='"xaddl %1,%0" : "=m"(ret), "+r"(negone)'
+ OMPI_GCC_INLINE_ASSIGN='"xaddl %1,%0" : "=m"(ret), "+r"(negone) : "m"(ret)'
;;
ia64-*)