blob: 01af41332d4f8ee54e18028ce0371f77db4c2d16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
|