summaryrefslogtreecommitdiff
path: root/data/automake/arm64.diff
diff options
context:
space:
mode:
Diffstat (limited to 'data/automake/arm64.diff')
-rw-r--r--data/automake/arm64.diff12
1 files changed, 12 insertions, 0 deletions
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 ;;