jjb: binutils-gdb: add --disable-gprofng configure argument
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 7 Apr 2022 19:52:23 +0000 (15:52 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 7 Apr 2022 19:52:23 +0000 (15:52 -0400)
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

index 43d6776771159d2d6c6cf29e8c345c3dd0a0d53b..c9bb441f5c67d7472b01966acd8c477010aef393 100755 (executable)
@@ -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")
This page took 0.045179 seconds and 4 git commands to generate.