* m4/multiarch.m4 (gl_MULTIARCH): Recognize also the ARM architectures.
+2020-07-25 Bruno Haible <bruno@clisp.org>
+
+ multiarch: Prepare for x86_64+arm64 universal binaries in macOS 11.
+ * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the ARM architectures.
+
2020-07-25 Bruno Haible <bruno@clisp.org>
sigprocmask: Small autoconf macro improvement.
-# multiarch.m4 serial 8
+# multiarch.m4 serial 9
dnl Copyright (C) 2008-2020 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
for word in ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}; do
if test -n "$prev"; then
case $word in
- i?86 | x86_64 | ppc | ppc64)
+ i?86 | x86_64 | ppc | ppc64 | arm | arm64)
if test -z "$arch" || test "$arch" = "$word"; then
arch="$word"
else