aboutsummaryrefslogtreecommitdiffstats
path: root/main/abuild/0005-add-aarch64-architecture.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/abuild/0005-add-aarch64-architecture.patch')
-rw-r--r--main/abuild/0005-add-aarch64-architecture.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/main/abuild/0005-add-aarch64-architecture.patch b/main/abuild/0005-add-aarch64-architecture.patch
new file mode 100644
index 0000000000..2a77ba0027
--- /dev/null
+++ b/main/abuild/0005-add-aarch64-architecture.patch
@@ -0,0 +1,24 @@
+From 580dd46c588ef71bc852d2b9a5bb4426a2c47665 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Timo=20Ter=C3=A4s?= <timo.teras@iki.fi>
+Date: Fri, 8 Jul 2016 09:56:14 +0300
+Subject: [PATCH 5/6] add aarch64 architecture
+
+---
+ functions.sh.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/functions.sh.in b/functions.sh.in
+index c128e8d..1ba2d14 100644
+--- a/functions.sh.in
++++ b/functions.sh.in
+@@ -5,6 +5,7 @@ program=${0##*/}
+
+ hostspec_to_arch() {
+ case "$1" in
++ aarch64*-*-*-*) echo "aarch64" ;;
+ arm*-*-*-*eabi) echo "armel" ;;
+ armv6*-*-*-*eabihf) echo "armhf" ;;
+ armv7*-*-*-*eabihf) echo "armv7" ;;
+--
+2.9.0
+