From 6549901ddee05a04c5b665a788a446e78617236a Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Wed, 18 Jan 2023 08:36:43 -0500 Subject: [PATCH] jjb: binutils-gdb: change guile-2.2 to just guile We don't want to specifically use guile 2.2, just the guile that is available by default on the system. Change-Id: Ib6293313a1a3ca4f945c63c6b48012b43cab0b87 --- scripts/binutils-gdb/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/binutils-gdb/build.sh b/scripts/binutils-gdb/build.sh index fb42965..60e4c58 100755 --- a/scripts/binutils-gdb/build.sh +++ b/scripts/binutils-gdb/build.sh @@ -173,7 +173,7 @@ case "$conf" in CONF_OPTS+=("--with-system-readline" "--with-system-zlib") # Enable optional features - CONF_OPTS+=("--enable-targets=all" "--with-expat=yes" "--with-python=python3" "--with-guile=guile-2.2" "--enable-libctf") + CONF_OPTS+=("--enable-targets=all" "--with-expat=yes" "--with-python=python3" "--with-guile" "--enable-libctf") CONF_OPTS+=("--enable-build-warnings" "--enable-gdb-build-warnings" "--enable-unit-tests" "--enable-ubsan") -- 2.34.1