summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-01-29 10:42:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2025-01-29 10:48:03 +0100
commitff7b938b630899a2be3c8e20bb235676c3f91381 (patch)
tree61d30e9e2b0c0502a23c70b2e87a94971bd1a562 /toolchain
parent3c953b38fac50e69f95c719a50829d72ccbb5410 (diff)
binutils: disable gprofng
I don't use it and it does not link statically when the toolchain itself got linked static. reported via mailinglist.
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index 5e2431165..490a6f079 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -67,6 +67,7 @@ endif
--enable-obsolete \
--disable-werror \
--disable-gprof \
+ --enable-gprofng=no \
--disable-install-libiberty \
${CONFOPTS} \
);