projects
/
openmpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a59144
)
x32
author
Alastair McKinstry
<mckinstry@debian.org>
Fri, 10 Feb 2017 05:43:32 +0000
(
05:43
+0000)
committer
Alastair McKinstry
<mckinstry@debian.org>
Fri, 10 Feb 2017 05:43:32 +0000
(
05:43
+0000)
Gbp-Pq: Name x32.patch
config/opal_config_asm.m4
patch
|
blob
|
history
diff --git
a/config/opal_config_asm.m4
b/config/opal_config_asm.m4
index b8bf726a728376e82be3315abb8df2b5fd9b2260..dc55721ec7958ac42c2d11276d00e5dafbaf8f89 100644
(file)
--- a/
config/opal_config_asm.m4
+++ b/
config/opal_config_asm.m4
@@
-908,6
+908,11
@@
AC_DEFUN([OPAL_CONFIG_ASM],[
OPAL_GCC_INLINE_ASSIGN=""
OPAL_ASM_SUPPORT_64BIT=0
case "${host}" in
+ x86_64-*x32)
+ opal_cv_asm_arch="AMD64"
+ OPAL_ASM_SUPPORT_64BIT=1
+ OPAL_GCC_INLINE_ASSIGN='"xaddl %1,%0" : "=m"(ret), "+r"(negone) : "m"(ret)'
+ ;;
i?86-*|x86_64*)
if test "$ac_cv_sizeof_long" = "4" ; then
opal_cv_asm_arch="IA32"