Skip to content

Commit c58875d

Browse files
author
Ralph Castain
authored
Merge pull request #3316 from bwbarrett/v1.10
build: Fix platform detection on FreeBSD
2 parents bfda9f3 + 6ed4a05 commit c58875d

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
@@ -44,6 +44,8 @@ Copyright (c) 2010 ARM ltd. All rights reserved.
4444
Copyright (c) 2010-2011 Alex Brick <[email protected]>. All rights reserved.
4545
Copyright (c) 2013-2014 Intel, Inc. All rights reserved.
4646
Copyright (c) 2011-2014 NVIDIA Corporation. All rights reserved.
47+
Copyright (c) 2017 Amazon.com, Inc. or its affiliates. All Rights
48+
reserved.
4749

4850
$COPYRIGHT$
4951

config/opal_config_asm.m4

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ dnl Copyright (c) 2004-2005 The Regents of the University of California.
1111
dnl All rights reserved.
1212
dnl Copyright (c) 2008-2015 Cisco Systems, Inc. All rights reserved.
1313
dnl Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
14+
dnl Copyright (c) 2017 Amazon.com, Inc. or its affiliates. All Rights
15+
dnl reserved.
1416
dnl $COPYRIGHT$
1517
dnl
1618
dnl Additional copyrights may follow
@@ -795,7 +797,7 @@ AC_DEFUN([OPAL_CONFIG_ASM],[
795797
OMPI_GCC_INLINE_ASSIGN=""
796798
OPAL_ASM_SUPPORT_64BIT=0
797799
case "${host}" in
798-
i?86-*|x86_64*)
800+
i?86-*|x86_64*|amd64*)
799801
if test "$ac_cv_sizeof_long" = "4" ; then
800802
ompi_cv_asm_arch="IA32"
801803
else

0 commit comments

Comments
 (0)