Skip to content

Commit 2b807d0

Browse files
authored
Merge pull request #3300 from bwbarrett/master
build: Fix platform detection on FreeBSD
2 parents 5e44e40 + ab3ac6d commit 2b807d0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Copyright (c) 2014-2015 Hewlett-Packard Development Company, LP. All
5353
rights reserved.
5454
Copyright (c) 2013-2017 Research Organization for Information Science (RIST).
5555
All rights reserved.
56+
Copyright (c) 2017 Amazon.com, Inc. or its affiliates. All Rights
57+
reserved.
5658

5759
$COPYRIGHT$
5860

config/opal_config_asm.m4

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ dnl Copyright (c) 2015-2017 Research Organization for Information Science
1515
dnl and Technology (RIST). All rights reserved.
1616
dnl Copyright (c) 2014-2016 Los Alamos National Security, LLC. All rights
1717
dnl reserved.
18+
dnl Copyright (c) 2017 Amazon.com, Inc. or its affiliates. All Rights
19+
dnl reserved.
1820
dnl $COPYRIGHT$
1921
dnl
2022
dnl Additional copyrights may follow
@@ -1000,7 +1002,7 @@ AC_DEFUN([OPAL_CONFIG_ASM],[
10001002
OPAL_ASM_SUPPORT_64BIT=1
10011003
OPAL_GCC_INLINE_ASSIGN='"xaddl %1,%0" : "=m"(ret), "+r"(negone) : "m"(ret)'
10021004
;;
1003-
i?86-*|x86_64*)
1005+
i?86-*|x86_64*|amd64*)
10041006
if test "$ac_cv_sizeof_long" = "4" ; then
10051007
opal_cv_asm_arch="IA32"
10061008
else

0 commit comments

Comments
 (0)