mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 13:04:27 +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)
|
a)
|
||||||
arch="$OPTARG"
|
arch="$OPTARG"
|
||||||
;;
|
;;
|
||||||
g)
|
|
||||||
gem5=true
|
|
||||||
;;
|
|
||||||
h)
|
h)
|
||||||
printf "Usage: $0 TOOL [TOOL_ARGS]...
|
printf "Usage: $0 TOOL [TOOL_ARGS]...
|
||||||
Call a built ToolChain tool. Example:
|
Call a built ToolChain tool. Example:
|
||||||
@@ -23,6 +20,6 @@ done
|
|||||||
shift "$(($OPTIND - 1))"
|
shift "$(($OPTIND - 1))"
|
||||||
tool="$1"
|
tool="$1"
|
||||||
shift
|
shift
|
||||||
set_common_vars "$arch" "$gem5"
|
set_common_vars "$arch"
|
||||||
"${buildroot_out_dir}/host/bin/"*-buildroot-*"${tool}" "$@"
|
"${buildroot_out_dir}/host/bin/"*-buildroot-*"${tool}" "$@"
|
||||||
exit "$?"
|
exit "$?"
|
||||||
|
|||||||
Reference in New Issue
Block a user