From 45360cd679619e981efd04fd47b552db761d81f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemens=20Sch=C3=B6lhorn?= Date: Wed, 6 Jun 2018 01:03:38 +0200 Subject: [PATCH] Add path for binutils gdb compilation failure --- patches/riscv-binutils-gdb.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 patches/riscv-binutils-gdb.patch diff --git a/patches/riscv-binutils-gdb.patch b/patches/riscv-binutils-gdb.patch new file mode 100644 index 0000000..67d1e35 --- /dev/null +++ b/patches/riscv-binutils-gdb.patch @@ -0,0 +1,26 @@ +diff --git a/gdb/configure b/gdb/configure +index 6a0664ab16..0d1dd0b2b6 100755 +--- a/gdb/configure ++++ b/gdb/configure +@@ -10362,7 +10362,7 @@ fi + + + +-try_guile_versions="guile-2.2 guile-2.0" ++try_guile_versions="guile-2.0" + have_libguile=no + case "${with_guile}" in + no) +diff --git a/gdb/configure.ac b/gdb/configure.ac +index 10d2d10b12..70a9292e53 100644 +--- a/gdb/configure.ac ++++ b/gdb/configure.ac +@@ -1134,7 +1134,7 @@ AC_MSG_RESULT([$with_guile]) + dnl We check guile with pkg-config. + AC_PATH_PROG(pkg_config_prog_path, pkg-config, missing) + +-try_guile_versions="guile-2.2 guile-2.0" ++try_guile_versions="guile-2.0" + have_libguile=no + case "${with_guile}" in + no)