Searched +full:build +full:- +full:riscv64 +full:- +full:clang (Results 1 – 3 of 3) sorted by relevance
4 - dnf update -y5 - dnf install -y make python15 - logs23 - build/logs25 build-aarch64:28 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu29 - ./configure --arch=aarch64 --cross-prefix=aarch64-linux-gnu-30 - make -j231 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh33 debug-bp[all …]
1 # Welcome to kvm-unit-tests3 See http://www.linux-kvm.org/page/KVM-unit-tests for a high-level18 NOTE: GCC cross-compiler is required for [build on macOS](README.macOS.md).20 ## Cross-compiling25 ./configure -[all...]
1 # Welcome to kvm-unit-tests3 See http://www.linux-kvm.org/page/KVM-unit-tests for a high-level18 NOTE: GCC cross-compiler is required for [build on macOS](README.macOS.md).20 ## Cross-compiling25 ./configure --arch=arm64 --cross-prefix=aarch64-linux-gnu-28 ## clang section in Building the tests30 clang may be used as an alternative to gcc.32 ./configure --cc=clang35 clang may also be used with cross binutils when cross-compiling. For example,36 for riscv64[all …]