We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4daea commit 56731b3Copy full SHA for 56731b3
.ci/gdbstub-test.sh
@@ -5,9 +5,9 @@ set -e -u -o pipefail
5
export PATH=`pwd`/toolchain/bin:$PATH
6
7
GDB=
8
-prefixes=("${CROSS_COMPILE}" "riscv32-unknown-elf" "riscv-none-elf")
+prefixes=("${CROSS_COMPILE}" "riscv32-unknown-elf-" "riscv-none-elf-")
9
for prefix in "${prefixes[@]}"; do
10
- utility=${prefix}-gdb
+ utility=${prefix}gdb
11
set +e # temporarily disable exit on error
12
command -v "${utility}" &> /dev/null
13
if [[ $? == 0 ]]; then
0 commit comments