Marshall Mohror af0d4a7c18 backend/A64: Fix signal_stack_size for glibc 2.34
`SIGSTKSZ` is now defined as `sysconf(_SC_SIGSTKSZ)` which is not constexpr, and returns a long which throws off the `std::max` template deduction.
2021-10-22 23:28:58 +05:30
..