Skip to content

Commit d7e4da8

Browse files
committed
Build Qemu for Linux too
1 parent 6500e3e commit d7e4da8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-gcc-multilib.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ make clean
2727
--enable-multilib 2>&1 | tee --append $ARTIFACT_STAGING_DIR/$TOOLCHAIN_NAME.log
2828
make -j$(( `nproc` * 2 )) linux 2>&1 | tee --append $ARTIFACT_STAGING_DIR/$TOOLCHAIN_NAME.log
2929

30+
make -j$(( `nproc` * 2 )) build-qemu 2?&1 | tee --append $ARTIFACT_STAGING_DIR/$TOOLCHAIN_NAME.log
31+
3032
echo 'Version:' >> /tools/riscv/buildinfo
3133
git -C $TOP describe --always >> /tools/riscv/buildinfo
3234
echo >> /tools/riscv/buildinfo

0 commit comments

Comments
 (0)