Fix build on Linux/SPARC by disabling SIGSTKFLT

This commit is contained in:
John Paul Adrian Glaubitz
2025-11-07 21:29:21 +01:00
committed by Fabian Boehm
parent 8c69e62a78
commit 35f4eb8e9a
2 changed files with 3 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ For distributors and developers
To turn this off (which should not be necessary),
patch out the ``embed-data`` feature from ``cmake/Rust.cmake``.
This option will be removed in future.
- Fix build on Linux/SPARC by disabling SIGSTKFLT
fish 4.1.3 (released ???)
=========================

View File

@@ -424,6 +424,8 @@ macro_rules! signal_entry {
target_arch = "mips32r6",
target_arch = "mips64",
target_arch = "mips64r6",
target_arch = "sparc",
target_arch = "sparc64",
))
))]
signal_entry!(SIGSTKFLT, SIGSTKFLT_DESC),