We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596613c commit 299a6f8Copy full SHA for 299a6f8
config/opal_config_asm.m4
@@ -1033,7 +1033,7 @@ AC_DEFUN([OPAL_CONFIG_ASM],[
1033
OPAL_GCC_INLINE_ASSIGN='"mov %0, #0" : "=&r"(ret)'
1034
;;
1035
1036
- armv7*)
+ armv7*|arm-*-linux-gnueabihf)
1037
opal_cv_asm_arch="ARM"
1038
OPAL_ASM_SUPPORT_64BIT=1
1039
OPAL_ASM_ARM_VERSION=7
@@ -1052,7 +1052,7 @@ AC_DEFUN([OPAL_CONFIG_ASM],[
1052
1053
1054
1055
- armv5*linux*|armv4*linux*)
+ armv5*linux*|armv4*linux*|arm-*-linux-gnueabi)
1056
# uses Linux kernel helpers for some atomic operations
1057
1058
OPAL_ASM_SUPPORT_64BIT=0
0 commit comments