mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 23:04:20 +01:00
runtime-rs: Add compile option file
Add file aarch64-options.mk for compiling on aarch64 architectures. Fixes: #4676 Signed-off-by: xuejun-xj <jiyunxue@alibaba.linux.com>
This commit is contained in:
15
src/runtime-rs/arch/aarch64-options.mk
Normal file
15
src/runtime-rs/arch/aarch64-options.mk
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# Copyright (c) 2019-2022 Alibaba Cloud
|
||||||
|
# Copyright (c) 2019-2022 Ant Group
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
|
||||||
|
MACHINETYPE :=
|
||||||
|
KERNELPARAMS :=
|
||||||
|
MACHINEACCELERATORS :=
|
||||||
|
CPUFEATURES := pmu=off
|
||||||
|
|
||||||
|
QEMUCMD := qemu-system-aarch64
|
||||||
|
|
||||||
|
# dragonball binary name
|
||||||
|
DBCMD := dragonball
|
||||||
Reference in New Issue
Block a user