Skip to content

Commit

Permalink
Merge pull request open-mpi#3316 from bwbarrett/v1.10
Browse files Browse the repository at this point in the history
build: Fix platform detection on FreeBSD
  • Loading branch information
Ralph Castain committed Apr 11, 2017
2 parents bfda9f3 + 6ed4a05 commit c58875d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions LICENSE
Expand Up @@ -44,6 +44,8 @@ Copyright (c) 2010 ARM ltd. All rights reserved.
Copyright (c) 2010-2011 Alex Brick <bricka@ccs.neu.edu>. All rights reserved.
Copyright (c) 2013-2014 Intel, Inc. All rights reserved.
Copyright (c) 2011-2014 NVIDIA Corporation. All rights reserved.
Copyright (c) 2017 Amazon.com, Inc. or its affiliates. All Rights
reserved.

$COPYRIGHT$

Expand Down
4 changes: 3 additions & 1 deletion config/opal_config_asm.m4
Expand Up @@ -11,6 +11,8 @@ dnl Copyright (c) 2004-2005 The Regents of the University of California.
dnl All rights reserved.
dnl Copyright (c) 2008-2015 Cisco Systems, Inc. All rights reserved.
dnl Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
dnl Copyright (c) 2017 Amazon.com, Inc. or its affiliates. All Rights
dnl reserved.
dnl $COPYRIGHT$
dnl
dnl Additional copyrights may follow
Expand Down Expand Up @@ -795,7 +797,7 @@ AC_DEFUN([OPAL_CONFIG_ASM],[
OMPI_GCC_INLINE_ASSIGN=""
OPAL_ASM_SUPPORT_64BIT=0
case "${host}" in
i?86-*|x86_64*)
i?86-*|x86_64*|amd64*)
if test "$ac_cv_sizeof_long" = "4" ; then
ompi_cv_asm_arch="IA32"
else
Expand Down

0 comments on commit c58875d

Please sign in to comment.