Fix x86 build with GEM5. Boot still fails as before.

Use ./run -g instead of ./rungem5.

More convenient GEM5 kernel command line options with -e differentially.
This commit is contained in:
Ciro Santilli
2018-02-22 00:23:57 +00:00
parent f31046d26a
commit 2c4a9476be
5 changed files with 103 additions and 96 deletions

2
build
View File

@@ -91,7 +91,7 @@ else
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES=\"../kernel_config_fragment\"
" >> "${outdir}/.config"
fi
if $x11; then
if "$x11"; then
cat ../buildroot_config_fragment_x11 >> "${outdir}/.config"
fi
if ! "$gem5"; then