mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 04:24:26 +01:00
configure: use long option names
This commit is contained in:
@@ -344,7 +344,7 @@ See <<gem5-vs-qemu,like QEMU>> for a more thorough comparison.
|
||||
For the most part, if you just add the `--gem5` option or `*-gem5` suffix to all commands and everything should magically work:
|
||||
|
||||
....
|
||||
./configure -g && \
|
||||
./configure --gem5 && \
|
||||
./build-gem5 && \
|
||||
./build-buildroot --gem5 && \
|
||||
./run --gem5 &&\
|
||||
@@ -8285,7 +8285,7 @@ There are two ways to run PARSEC with this repo:
|
||||
====== PARSEC benchmark without parsecmgmt
|
||||
|
||||
....
|
||||
./configure -gp && \
|
||||
./configure --gem5 --parsec-benchmark && \
|
||||
./build-buildroot --arch arm --buildroot-config 'BR2_PACKAGE_PARSEC_BENCHMARK=y' --gem5 && \
|
||||
./run --arch arm --gem5 && \
|
||||
:;
|
||||
|
||||
Reference in New Issue
Block a user