From ff7b938b630899a2be3c8e20bb235676c3f91381 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 29 Jan 2025 10:42:54 +0100 Subject: binutils: disable gprofng I don't use it and it does not link statically when the toolchain itself got linked static. reported via mailinglist. --- toolchain/binutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain') 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} \ ); -- cgit v1.2.3