Don't compile qemu when gem5 is used

This commit is contained in:
Ciro Santilli
2018-02-21 13:24:20 +00:00
parent 9e5173f324
commit f31046d26a
4 changed files with 12 additions and 10 deletions

3
build
View File

@@ -94,6 +94,9 @@ fi
if $x11; then
cat ../buildroot_config_fragment_x11 >> "${outdir}/.config"
fi
if ! "$gem5"; then
cat ../buildroot_config_fragment_qemu >> "${outdir}/.config"
fi
if [ "$arch" = 'mips64' ]; then
# Workaround for:
# http://lists.busybox.net/pipermail/buildroot/2017-August/201053.html