public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] make.sh: Add cross-building for aarch64
@ 2020-08-05 17:00 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2020-08-05 17:00 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1469 bytes --]

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 doc/make.sh-usage | 10 +++++-----
 make.sh           |  3 +++
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/doc/make.sh-usage b/doc/make.sh-usage
index 78a73efac..5e1e3dd22 100644
--- a/doc/make.sh-usage
+++ b/doc/make.sh-usage
@@ -16,8 +16,8 @@ Maintainer / advanced commands
 
 
 Options:
-    --target=[armv5tel|i586] : Cross-compile for this target architecture.
-                               Uses the QEMU emulator if needed to virtualise
-                               the desired target architecture.
-                               Can be permanently set with TARGET_ARCH= in
-                               .config.
+    --target=[aarch64|armv5tel|i586] : Cross-compile for this target architecture.
+                                       Uses the QEMU emulator if needed to virtualise
+                                       the desired target architecture.
+                                       Can be permanently set with TARGET_ARCH= in
+                                       .config.
diff --git a/make.sh b/make.sh
index a2e54f233..9f94feddb 100755
--- a/make.sh
+++ b/make.sh
@@ -862,6 +862,9 @@ qemu_find_build_helper_name() {
 
 	local magic
 	case "${build_arch}" in
+		aarch64)
+			magic="7f454c460201010000000000000000000200b700"
+			;;
 		arm*)
 			magic="7f454c4601010100000000000000000002002800"
 			;;
-- 
2.20.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-05 17:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-05 17:00 [PATCH] make.sh: Add cross-building for aarch64 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox