mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 20:24:31 +00: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:
parent
545ae3f0ee
commit
f4c3adf596
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
|
Loading…
Reference in New Issue
Block a user