mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 00:34:33 +02:00
Disable compiler hardening on nbsd4.
The system compiler supports -fstack-protector-all, but using it will result in an internal compiler error on some files.
This commit is contained in:
parent
6a5d393056
commit
2c805f16b2
4
.github/configs
vendored
4
.github/configs
vendored
@ -108,6 +108,10 @@ case "$config" in
|
||||
esac
|
||||
|
||||
case "${TARGET_HOST}" in
|
||||
nbsd4)
|
||||
# System compiler will ICE on some files with fstack-protector
|
||||
CONFIGFLAGS="${CONFIGFLAGS} --without-hardening"
|
||||
;;
|
||||
sol10|sol11)
|
||||
# sol10 VM is 32bit and the unit tests are slow.
|
||||
# sol11 has 4 test configs so skip unit tests to speed up.
|
||||
|
Loading…
x
Reference in New Issue
Block a user