mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
runtc: remove unused gem5 argument due to qemu / gem5 unification
This commit is contained in:
5
runtc
5
runtc
@@ -7,9 +7,6 @@ while getopts a:gh OPT; do
|
||||
a)
|
||||
arch="$OPTARG"
|
||||
;;
|
||||
g)
|
||||
gem5=true
|
||||
;;
|
||||
h)
|
||||
printf "Usage: $0 TOOL [TOOL_ARGS]...
|
||||
Call a built ToolChain tool. Example:
|
||||
@@ -23,6 +20,6 @@ done
|
||||
shift "$(($OPTIND - 1))"
|
||||
tool="$1"
|
||||
shift
|
||||
set_common_vars "$arch" "$gem5"
|
||||
set_common_vars "$arch"
|
||||
"${buildroot_out_dir}/host/bin/"*-buildroot-*"${tool}" "$@"
|
||||
exit "$?"
|
||||
|
||||
Reference in New Issue
Block a user