mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
parsec: general cleanup, retest everything
Get rid of br2_parsec, since there are just too many possible variations on that file. Blow up the gem5 vs qemu table to make it saner, add missing aarch64 entries. Make sections titles describing number of cores and memory size emulator agnostic.
This commit is contained in:
8
configure
vendored
8
configure
vendored
@@ -5,17 +5,17 @@ gem5=false
|
||||
qemu=true
|
||||
submodules='buildroot linux'
|
||||
y=''
|
||||
while getopts gqpt OPT; do
|
||||
while getopts gpqt OPT; do
|
||||
case "$OPT" in
|
||||
g)
|
||||
gem5=true
|
||||
;;
|
||||
q)
|
||||
qemu=false
|
||||
;;
|
||||
p)
|
||||
submodules="$submodules parsec-benchmark/parsec-benchmark"
|
||||
;;
|
||||
q)
|
||||
qemu=false
|
||||
;;
|
||||
t)
|
||||
interactive_pkgs=''
|
||||
y='-y'
|
||||
|
||||
Reference in New Issue
Block a user