Detect atomic operations support on ppc64le

Current configure detects only stdatomic operations. Fix it to detect
also ISC atomics with assembly.
This commit is contained in:
Petr Menšík
2020-03-25 23:04:23 +01:00
committed by Ondřej Surý
parent c5d3152edd
commit 33fcafe055
3 changed files with 4 additions and 4 deletions
Vendored
+2 -2
View 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,
Vendored
+1 -1
View File
@@ -21847,7 +21847,7 @@ _ACEOF
alpha*-*)
arch=alpha
;;
powerpc-*|powerpc64-*)
powerpc-*|powerpc64*-*|powerpc64el-*)
arch=powerpc
;;
mips-*|mipsel-*|mips64-*|mips64el-*)
+1 -1
View 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-*)