From: Simon Marchi Date: Thu, 7 Apr 2022 19:52:23 +0000 (-0400) Subject: jjb: binutils-gdb: add --disable-gprofng configure argument X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=1c76805ce3959bcac9389934c592f3f5f0e2342b;p=lttng-ci.git jjb: binutils-gdb: add --disable-gprofng configure argument gprofng is a new project in the binutils-gdb repo, we don't need to build it. Change-Id: I1760ef38bc1b272a23a483c365a0b76c1aad6805 --- diff --git a/scripts/binutils-gdb/build.sh b/scripts/binutils-gdb/build.sh index 43d6776..c9bb441 100755 --- a/scripts/binutils-gdb/build.sh +++ b/scripts/binutils-gdb/build.sh @@ -167,7 +167,7 @@ case "$conf" in echo "Standard configuration" # Use system tools - CONF_OPTS+=("--disable-binutils" "--disable-ld" "--disable-gold" "--disable-gas" "--disable-sim" "--disable-gprof") + CONF_OPTS+=("--disable-binutils" "--disable-ld" "--disable-gold" "--disable-gas" "--disable-sim" "--disable-gprof" "--disable-gprofng") # Use system libs CONF_OPTS+=("--with-system-readline" "--with-system-zlib")