aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2022-04-28 15:43:16 +0200
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2022-04-28 15:56:02 +0200
commit0ffd75293e1888465ec4261cda7948f622ec97f1 (patch)
tree2b7eed4ed81e3636fcb175334b87157997fe1ad6
parentf57fc03e9eed7c97c8dade0681b42f901a95f9be (diff)
config/master: disable gprofng
Disable gprofng for themoment, because building binutils leads to configure: error: Cannot set --enable-shared for gprofng/libcollector. configure: error: /home/tcwg-buildslave/workspace/tcwg_kernel_0/abe/snapshots/binutils.git~master/gprofng/libcollector/configure failed for libcollector checking whether vsnprintf is declared... make[1]: *** [Makefile:7726: configure-gprofng] Error 1 make: *** [Makefile:1004: all] Error 2 This has been reported to https://sourceware.org/pipermail/binutils/2022-March/120141.html, and fixing it will require a lot of work. They prefered not fixing it for this release. Disabling gprofng for the moment. Change-Id: Ie147efd0f27cb0113375c8408ab22fe988db8f0a
-rw-r--r--config/master/binutils.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/master/binutils.conf b/config/master/binutils.conf
index fd43800c..f3c096a3 100644
--- a/config/master/binutils.conf
+++ b/config/master/binutils.conf
@@ -1 +1,2 @@
latest="binutils-gdb.git~master"
+default_configure_flags="$default_configure_flags --enable-gprofng=no"