Searched +full:build +full:- +full:clang (Results 1 – 4 of 4) 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 …]
4 compiler: clang11 - arch: ppc64le13 apt_packages: clang qemu-system-ppc15 - CONFIG="--arch=ppc64 --endian=little --cc=clang --cflags=-no-integrated-as"16 - TESTS="emulator rtas-get-time-of-day rtas-get-time-of-day-base17 rtas-set-time-of-day selftest-setup spapr_hcall"19 - arch: s390x22 apt_packages: clang-11 qemu-system-s390x24 - CONFIG="--arch=s390x --cc=clang-11 --cflags=-no-integrated-as"25 - TESTS=""[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,38 ./configure --arch=riscv64 --cc=clang --cflags='--target=riscv64' \[all …]