run: move run.sh into out/arch/qemu or out/arch/gem5 subdirs

This allows to compare both commands as the run.sh won't overwritten.
This commit is contained in:
Ciro Santilli
2018-04-19 23:51:21 +01:00
parent af210a7671
commit 759fb7b7c8
4 changed files with 15 additions and 4 deletions

2
rungdb
View File

@@ -88,4 +88,4 @@ ${brk} \
${lx_symbols} \
"
fi
"${root_dir}/eeval" "$cmd $after" "${out_arch_dir}/rungdb.sh"
"${root_dir}/eeval" "$cmd $after" "${common_out_run_dir}/rungdb.sh"