historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/skiboot/opal-ci/build-qemu-powernv.sh
2024-01-16 11:20:27 -06:00

11 lines
302 B
Bash

#!/bin/bash
set -e
set -vx
git clone --depth=1 -b qemu-powernv-for-skiboot-7 git://github.com/open-power/qemu.git
cd qemu
git submodule update --init dtc
export CC="ccache gcc"
export CXX="ccache g++"
./configure --target-list=ppc64-softmmu --disable-werror
make -j $(grep -c processor /proc/cpuinfo)