aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorChristoph Müllner <christoph.muellner@vrull.eu>2022-09-29 08:23:41 +0200
committerGitHub <noreply@github.com>2022-09-29 14:23:41 +0800
commitb2f50de3b766c34ac166688e2586f9a2e974dbce (patch)
treee4204b984cc4dfe4207bbe822b5c209580ddd5ef /configure
parent26afe70416f6aa004ae1b36655a49d79e376f6e2 (diff)
downloadriscv-gnu-toolchain-b2f50de3b766c34ac166688e2586f9a2e974dbce.zip
riscv-gnu-toolchain-b2f50de3b766c34ac166688e2586f9a2e974dbce.tar.gz
riscv-gnu-toolchain-b2f50de3b766c34ac166688e2586f9a2e974dbce.tar.bz2
gdb: Bump GDB version to 12.1 (#1132)
GDB still defaults to 10.1 from the (already archived) riscv-binutils-gdb repo. Let's bump the version to 12.1 and use the upstream git repo instead. Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu> Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e148a8f..6b73555 100755
--- a/configure
+++ b/configure
@@ -3667,7 +3667,7 @@ fi
with_gdb_src=$with_gdb_src
else
- with_gdb_src="\$(srcdir)/riscv-gdb"
+ with_gdb_src="\$(srcdir)/gdb"
fi