[openssh-commits] [openssh] 02/07: Disable compiler hardening on nbsd4.

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Apr 26 17:06:02 AEST 2021


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 2c805f16b24ea37cc051c6018fcb05defab6e57a
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sun Apr 25 14:15:02 2021 +1000

    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.
---
 .github/configs | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/configs b/.github/configs
index b24de4dd..7a157259 100755
--- a/.github/configs
+++ b/.github/configs
@@ -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.

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list