projects
/
openmpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9287c6f
)
arm_detection
author
Alastair McKinstry
<mckinstry@debian.org>
Mon, 5 Feb 2018 09:06:53 +0000
(09:06 +0000)
committer
Alastair McKinstry
<mckinstry@debian.org>
Mon, 5 Feb 2018 09:06:53 +0000
(09:06 +0000)
Gbp-Pq: Name arm_detection.diff
config/opal_config_asm.m4
patch
|
blob
|
history
diff --git
a/config/opal_config_asm.m4
b/config/opal_config_asm.m4
index e2cfd9776f2d7bf5f56924419131b609f424ffc6..bb2b9c4725c4ce5beef96dc655d258e668b259f1 100644
(file)
--- a/
config/opal_config_asm.m4
+++ b/
config/opal_config_asm.m4
@@
-1029,7
+1029,7
@@
AC_DEFUN([OPAL_CONFIG_ASM],[
OPAL_GCC_INLINE_ASSIGN='"mov %0, #0" : "=&r"(ret)'
;;
- armv7*)
+ armv7*
|arm-*-linux-gnueabihf
)
opal_cv_asm_arch="ARM"
OPAL_ASM_SUPPORT_64BIT=1
OPAL_ASM_ARM_VERSION=7
@@
-1048,7
+1048,7
@@
AC_DEFUN([OPAL_CONFIG_ASM],[
OPAL_GCC_INLINE_ASSIGN='"mov %0, #0" : "=&r"(ret)'
;;
- armv5*linux*|armv4*linux*)
+ armv5*linux*|armv4*linux*
|arm-*-linux-gnueabi
)
# uses Linux kernel helpers for some atomic operations
opal_cv_asm_arch="ARM"
OPAL_ASM_SUPPORT_64BIT=0