Searched +full:build +full:- +full:i386 (Results 1 – 6 of 6) sorted by relevance
1 # kvm-unit-tests on macOS11 $ brew install gnu-getopt14 A cross-compiler with ELF support is required to build kvm-unit-tests on macOS.16 ### Pre-built cross-compiler18 Binary packages of ELF cross-compilers for i386 and x86_64 target can be21 $ brew install i686-elf-gcc22 $ brew install x86_64-elf-gcc27 export PATH="/usr/local/opt/gnu-getopt/bin:$PATH"30 Then, 32-bit x86 tests can be built like that:33 --arch=i386 \[all …]
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 …]
3 if [ -z "${BASH_VERSINFO[0]}" ] || [ "${BASH_VERSINFO[0]}" -lt 4 ] ; then4 echo "Error: Bash version 4 or newer is required for the kvm-unit-tests"15 echo "cortex-a15"18 echo "cortex-a57"33 echo "cortex-a15"51 arch=$(uname -m | sed -e 's/i.86/i386/;s/arm64/aarch64/;s/arm.*/arm/;s/ppc64.*/ppc64/')72 # Enable -Werror by default for git repositories only (i.e. developer builds)73 if [ -e "$srcdir"/.git ]; then74 werror=-Werror81 [ -z "$processor" ] && processor=$(get_default_processor $arch)[all …]
4 image: ghcr.io/cirruslabs/macos-ventura-base:latest6 - brew update7 - brew install coreutils bash git gnu-getopt make qemu i686-elf-gcc9 - git clone --depth 100 "@CI_REPOSITORY_URL@" .10 - git fetch origin "@CI_COMMIT_REF_NAME@"11 - git reset --hard "@CI_COMMIT_SHA@"13 - export PATH="/opt/homebrew/opt/gnu-getopt/bin:$PATH"14 - mkdir build15 - cd build16 - ../configure --arch=i386 --cross-prefix=i686-elf-[all …]
1 /* Developed based on GNU-EFI/gnuefi/elf_x86_64_efi.lds, licensed under GNU GPL */2 /* Same as elf_x86_64_fbsd_efi.lds, except for OUTPUT_FORMAT below - KEEP IN SYNC */3 OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64")4 OUTPUT_ARCH(i386:x86-64)28 _text_size = . - _text;56 .note.gnu.build-id : { *(.note.gnu.build-id) }59 _data_size = . - _etext;78 *(.note.GNU-stack)
3 if [ ! -f config.mak ]; then4 echo "run ./configure && make first. See ./configure -h"16 local file="${2:--}"20 echo "base64 -d << 'BIN_EOF' | zcat > \$$var || exit 2"22 gzip -c "$file" | base6443 echo "export HOST=\$(uname -m | sed -e 's/i.86/i386/;s/arm.*/arm/;s/ppc64.*/ppc64/')"52 echo "echo BUILD_HEAD=$(cat build-head)"54 if [ ! -f $kernel ]; then60 echo "trap 'rm -f \$cleanup' EXIT"73 # Don't want to expand $bin but print it as-is.[all …]