diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-01-29 10:42:54 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-01-29 10:48:03 +0100 |
commit | ff7b938b630899a2be3c8e20bb235676c3f91381 (patch) | |
tree | 61d30e9e2b0c0502a23c70b2e87a94971bd1a562 | |
parent | 3c953b38fac50e69f95c719a50829d72ccbb5410 (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.
-rw-r--r-- | toolchain/binutils/Makefile | 1 |
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} \ ); |