mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
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.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -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"
|
||||
;;
|
||||
|
||||
@@ -414,6 +414,8 @@ 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"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user