Home
last modified time | relevance | path

Searched full:gcc (Results 1 – 13 of 13) sorted by relevance

/kvm-unit-tests/
H A D.gitlab-ci.yml28 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu
58 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu edk2-aarch64
72 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu edk2-aarch64
86 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu clang
118 - dnf install -y edk2-aarch64 qemu-system-aarch64 gcc-aarch64-linux-gnu clang
132 - dnf install -y qemu-system-arm gcc-arm-linux-gnu
147 - dnf install -y qemu-system-ppc gcc-powerpc64-linux-gnu nmap-ncat
167 - dnf install -y qemu-system-ppc gcc-powerpc64-linux-gnu nmap-ncat
185 - dnf install -y qemu-system-riscv gcc-riscv64-linux-gnu
200 - dnf install -y qemu-system-riscv gcc-riscv64-linux-gnu
[all …]
H A DREADME.macOS.md21 $ brew install i686-elf-gcc
22 $ brew install x86_64-elf-gcc
H A DREADME18 NOTE: GCC cross-compiler is required for [build on macOS](README.macOS.md).
30 clang may be used as an alternative to gcc.
H A DREADME.md18 NOTE: GCC cross-compiler is required for [build on macOS](README.macOS.md).
30 clang may be used as an alternative to gcc.
H A DMakefile50 # GCC defines wchar to be 32 bits, but EFI expects 16 bits
H A Dconfigure43 cc=gcc
/kvm-unit-tests/ci/
H A Dcirrus-ci-macos-i386.yml7 - brew install coreutils bash git gnu-getopt make qemu i686-elf-gcc
H A Dcirrus-ci-macos-x86-64.yml7 - brew install coreutils bash git gnu-getopt make qemu x86_64-elf-gcc
H A Dcirrus-ci-fedora.yml10 - dnf install -y diffutils gcc git make qemu-system-x86
/kvm-unit-tests/s390x/
H A Dex.c83 * when compiling with GCC. in test_bras()
/kvm-unit-tests/powerpc/
H A Demulator.c108 * opcode without mnemonic here since newer versions of GCC refuse in test_lswi()
255 * opcode without mnemonic here since newer versions of GCC refuse in test_lswx()
/kvm-unit-tests/riscv/
H A DMakefile88 # Enable -mstrict-align if that's troublesome (only supported by gcc).
/kvm-unit-tests/scripts/
H A Dcheckpatch.pl7364 # check for gcc specific __FUNCTION__
7367 "__func__ should be used instead of gcc specific __FUNCTION__\n" . $herecurr) &&