1
0
Fork 0
qemu/roms/skiboot/opal-ci/build-qemu-powernv.sh
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00

11 lines
287 B
Bash
Executable file

#!/bin/bash
set -e
set -vx
git clone --depth=1 -b powernv-6.1 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)