From 0bcec9f6b28c56aa9333bf78dcd322c25afb858e Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Sun, 29 Sep 2019 22:59:03 -1000 Subject: Add libtool and texinfo; update autoconf, automake --- data/automake/arm64.diff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/automake/arm64.diff (limited to 'data/automake/arm64.diff') diff --git a/data/automake/arm64.diff b/data/automake/arm64.diff new file mode 100644 index 000000000..014588c0a --- /dev/null +++ b/data/automake/arm64.diff @@ -0,0 +1,12 @@ +diff -ur automake-1.16.1/lib/config.guess automake-1.16.1+iOS/lib/config.guess +--- automake-1.16.1/lib/config.guess 2018-03-11 11:19:05.000000000 -1000 ++++ automake-1.16.1+iOS/lib/config.guess 2019-09-27 22:40:33.000000000 -1000 +@@ -1316,6 +1316,8 @@ + # processor. This is not true of the ARM version of Darwin + # that Apple uses in portable devices. + UNAME_PROCESSOR=x86_64 ++ elif test "$UNAME_PROCESSOR" = arm64 ; then ++ UNAME_PROCESSOR=aarch64 + fi + echo "$UNAME_PROCESSOR"-apple-darwin"$UNAME_RELEASE" + exit ;; -- cgit v1.2.3