Skip to content

Commit dcd7cf8

Browse files
authored
Merge pull request #3317 from bwbarrett/v2.0.x
build: Fix platform detection on FreeBSD
2 parents 38c9eb9 + d6a9725 commit dcd7cf8

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
@@ -13,6 +13,8 @@ dnl Copyright (c) 2008-2015 Cisco Systems, Inc. All rights reserved.
1313
dnl Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
1414
dnl Copyright (c) 2015-2017 Research Organization for Information Science
1515
dnl and Technology (RIST). All rights reserved.
16+
dnl Copyright (c) 2017 Amazon.com, Inc. or its affiliates. All Rights
17+
dnl reserved.
1618
dnl $COPYRIGHT$
1719
dnl
1820
dnl Additional copyrights may follow
@@ -908,7 +910,7 @@ AC_DEFUN([OPAL_CONFIG_ASM],[
908910
OPAL_GCC_INLINE_ASSIGN=""
909911
OPAL_ASM_SUPPORT_64BIT=0
910912
case "${host}" in
911-
i?86-*|x86_64*)
913+
i?86-*|x86_64*|amd64*)
912914
if test "$ac_cv_sizeof_long" = "4" ; then
913915
opal_cv_asm_arch="IA32"
914916
else

0 commit comments

Comments
 (0)