[openssh-commits] [openssh] 02/03: Add a section for compiler specifics.

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Aug 17 13:44:23 AEST 2016


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

dtucker pushed a commit to branch master
in repository openssh.

commit 560c0068541315002ec4c1c00a560bbd30f2d671
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Wed Aug 17 13:38:30 2016 +1000

    Add a section for compiler specifics.
    
    Add a section for compiler specifics and document the runtime requirements
    for clang's integer sanitization.
---
 INSTALL | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index d3db620..dc996f8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,11 @@
-1. Prerequisites
 ----------------
 
+A C compiler.  Any C89 or better compiler should work.  Where supported,
+configure will attempt to enable the compiler's run-time integrity checking
+options.  Some notes about specific compilers:
+ - clang: -ftrapv and -sanitize=integer require the compiler-rt runtime
+  (--with-ldflags=--rtlib=compiler-rt)
+
 You will need working installations of Zlib and libcrypto (LibreSSL /
 OpenSSL)
 

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


More information about the openssh-commits mailing list