mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 07:29:19 +02:00
Add ARM64 support in the configure file - create patch file. see https://www.virtualbox.org/ticket/22397 Signed-off-by: rachid-a <rachid@achellal.com> Closes: https://github.com/gentoo/gentoo/pull/42256 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
14 lines
334 B
Diff
14 lines
334 B
Diff
# see request https://www.virtualbox.org/ticket/22397
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -421,6 +421,10 @@ EOF
|
|
BUILD_MACHINE='sparc32'
|
|
BUILD_CPU='blend'
|
|
;;
|
|
+ aarch64)
|
|
+ BUILD_MACHINE='arm64'
|
|
+ BUILD_CPU='blend'
|
|
+ ;;
|
|
*)
|
|
log_failure "Cannot determine system"
|
|
exit 1
|