From 1c76805ce3959bcac9389934c592f3f5f0e2342b Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 7 Apr 2022 15:52:23 -0400 Subject: [PATCH] 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 --- 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 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") -- 2.34.1