mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
Fix build on Linux/SPARC by disabling SIGSTKFLT
This commit is contained in:
committed by
Fabian Boehm
parent
8c69e62a78
commit
35f4eb8e9a
@@ -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 ???)
|
||||
=========================
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user