summarylogtreecommitdiffstats
path: root/ace14_fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ace14_fixes.patch')
-rw-r--r--ace14_fixes.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ace14_fixes.patch b/ace14_fixes.patch
index 74f87a5bbcf5..8e7ee39b6f98 100644
--- a/ace14_fixes.patch
+++ b/ace14_fixes.patch
@@ -65,3 +65,16 @@
Display *display=0;
int screen=0;
+--- ace-1.4/config.guess 2012-03-24 19:00:49.000000000 +0100
++++ ace14/config.guess 2021-07-05 11:02:16.685843793 +0200
+@@ -882,6 +882,9 @@
+ echo ${UNAME_MACHINE}-unknown-linux-gnueabi
+ fi
+ exit ;;
++ aarch64*:Linux:*:*)
++ echo ${UNAME_MACHINE}-unknown-linux-gnu
++ exit ;;
+ avr32*:Linux:*:*)
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit ;;
+