Merge "jjb: binutils-gdb: change guile-2.2 to just guile"
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 18 Jan 2023 19:38:32 +0000 (14:38 -0500)
committerGerrit Code Review <review@lttng.org>
Wed, 18 Jan 2023 19:38:32 +0000 (14:38 -0500)
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.025996 seconds and 4 git commands to generate.