diff options
author | Vladimir Mezentsev <vladimir.mezentsev@oracle.com> | 2024-08-23 13:43:18 -0700 |
---|---|---|
committer | Vladimir Mezentsev <vladimir.mezentsev@oracle.com> | 2024-08-26 13:48:29 -0700 |
commit | abb27dd124fd8d8a879ff667776bbf22422f464e (patch) | |
tree | 435f182c8d3a5e7edc114530ccd143470df5e688 /configure | |
parent | 16ffddc6b9985addd98e3e92fe5733df3ea66f00 (diff) | |
download | fsf-binutils-gdb-abb27dd124fd8d8a879ff667776bbf22422f464e.zip fsf-binutils-gdb-abb27dd124fd8d8a879ff667776bbf22422f464e.tar.gz fsf-binutils-gdb-abb27dd124fd8d8a879ff667776bbf22422f464e.tar.bz2 |
Disable gprofng build for *musl*
I disable gprofng until gprofng is ported to musl.
gprofng/ChangeLog
2024-08-22 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>.
PR gprofng/30779
PR gprofng/29593
PR gprofng/29477
* configure.ac: Disable gprofng build for *musl*.
* configure: Rebuild.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3146,6 +3146,8 @@ fi if test "$enable_gprofng" = "yes"; then case "${target}" in + *-musl*) + ;; x86_64-*-linux* | i?86-*-linux* | aarch64-*-linux* | riscv64-*-linux*) configdirs="$configdirs gprofng" ;; |