mirror of
https://github.com/libunwind/libunwind.git
synced 2026-01-12 00:04:03 +08:00
Disable C++ exception report for HPPA by default
`Ltest-cxx-exceptions` doesn't work, better off not buildinging it by default.
This commit is contained in:
committed by
Stephen M. Webb
parent
4ab1dbe714
commit
e8a8b35f5f
@@ -298,7 +298,7 @@ AC_ARG_ENABLE([cxx_exceptions],
|
||||
)
|
||||
AS_IF([test $enable_cxx_exceptions = check],
|
||||
[AS_CASE([$target_arch],
|
||||
[aarch64*|arm*|mips*|x86*|s390x*|loongarch64], [enable_cxx_exceptions=no],
|
||||
[aarch64*|arm*|hppa*|mips*|x86*|s390x*|loongarch64], [enable_cxx_exceptions=no],
|
||||
[enable_cxx_exceptions=yes])]
|
||||
)
|
||||
AC_MSG_RESULT([$enable_cxx_exceptions])
|
||||
|
||||
Reference in New Issue
Block a user