From b2f50de3b766c34ac166688e2586f9a2e974dbce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20M=C3=BCllner?= Date: Thu, 29 Sep 2022 08:23:41 +0200 Subject: gdb: Bump GDB version to 12.1 (#1132) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Christoph Müllner --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.1