https://sourceware.org/bugzilla/show_bug.cgi?id=30893
--- Comment #3 from Sam James <sam at gentoo dot org> ---
Note that configure only builds it for targetting Linux too:
AC_ARG_ENABLE(gprofng,
[AS_HELP_STRING([[--disable-gprofng]], [do not build gprofng])],
enable_gprofng=$enableval,
enable_gprofng=yes)
if test "$enable_gprofng" = "yes"; then
case "${target}" in
*-musl*)
;;
x86_64-*-linux* | i?86-*-linux* | aarch64-*-linux* | riscv64-*-linux*)
configdirs="$configdirs gprofng"
;;
esac
fi
--
You are receiving this mail because:
You are on the CC list for the bug.