Home
last modified time | relevance | path

Searched +full:build +full:- +full:riscv64 +full:- +full:clang +full:- +full:efi (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/
H A D.gitlab-ci.yml4 - dnf update -y
5 - dnf install -y make python
15 - logs
23 - build/logs
25 build-aarch64:
28 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu
29 - ./configure --arch=aarch64 --cross-prefix=aarch64-linux-gnu-
30 - make -j2
31 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh
33 debug-bp
[all …]
H A DREADME1 # Welcome to kvm-unit-tests
3 See http://www.linux-kvm.org/page/KVM-unit-tests for a high-level
18 NOTE: GCC cross-compiler is required for [build on macOS](README.macOS.md).
20 ## Cross-compiling
25 ./configure -
[all...]
H A DREADME.md1 # Welcome to kvm-unit-tests
3 See http://www.linux-kvm.org/page/KVM-unit-tests for a high-level
18 NOTE: GCC cross-compiler is required for [build on macOS](README.macOS.md).
20 ## Cross-compiling
25 ./configure --arch=arm64 --cross-prefix=aarch64-linux-gnu-
28 ## clang section in Building the tests
30 clang may be used as an alternative to gcc.
32 ./configure --cc=clang
35 clang may also be used with cross binutils when cross-compiling. For example,
36 for riscv64
[all …]