]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Detect atomic operations support on ppc64le
authorPetr Menšík <pemensik@redhat.com>
Fri, 20 Mar 2020 15:35:28 +0000 (16:35 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 25 Mar 2020 22:04:23 +0000 (23:04 +0100)
Current configure detects only stdatomic operations. Fix it to detect
also ISC atomics with assembly.

aclocal.m4
configure
configure.ac

index ddddd296b5d5db302f52bcf609223a8bebef0f59..48cf3807ce3e9f44ae879f3f2f75902993f30627 100644 (file)
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.16.1 -*- Autoconf -*-
+# generated automatically by aclocal 1.16.2 -*- Autoconf -*-
 
-# Copyright (C) 1996-2018 Free Software Foundation, Inc.
+# Copyright (C) 1996-2020 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
index 6d05371072d732c783a3a18a9afb4668700c3f9c..9c8ef4f508dd43f94950e556f505f3845dd175ff 100755 (executable)
--- a/configure
+++ b/configure
@@ -21847,7 +21847,7 @@ _ACEOF
        alpha*-*)
                arch=alpha
        ;;
-       powerpc-*|powerpc64-*)
+       powerpc-*|powerpc64*-*|powerpc64el-*)
                arch=powerpc
        ;;
        mips-*|mipsel-*|mips64-*|mips64el-*)
index eda87707126d8161076c7d1ccd18b76752ba8176..1905d88f7995b4e948be8f0bac40387dcfd8d968 100644 (file)
@@ -4123,7 +4123,7 @@ if test "yes" = "$use_atomic"; then
        alpha*-*)
                arch=alpha
        ;;
-       powerpc-*|powerpc64-*)
+       powerpc-*|powerpc64*-*|powerpc64el-*)
                arch=powerpc
        ;;
        mips-*|mipsel-*|mips64-*|mips64el-*)