jjb: binutils-gdb: change guile-2.2 to just guile
authorSimon Marchi <simon.marchi@polymtl.ca>
Wed, 18 Jan 2023 13:36:43 +0000 (08:36 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Wed, 18 Jan 2023 13:37:35 +0000 (08:37 -0500)
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

index fb42965d8009a153f0419513473ef9dae770a7b7..60e4c58fbdf3d46233e8c34a19e06fc0c213389e 100755 (executable)
@@ -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")
 
This page took 0.025153 seconds and 4 git commands to generate.