X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fbinutils-gdb%2Fbuild.sh;h=60e4c58fbdf3d46233e8c34a19e06fc0c213389e;hb=6549901ddee05a04c5b665a788a446e78617236a;hp=fb42965d8009a153f0419513473ef9dae770a7b7;hpb=c0e55ab2468da9e8b215d77f31d07c6f14bd4377;p=lttng-ci.git 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")