]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add a section for compiler specifics.
authorDarren Tucker <dtucker@zip.com.au>
Wed, 17 Aug 2016 03:38:30 +0000 (13:38 +1000)
committerDarren Tucker <dtucker@zip.com.au>
Wed, 17 Aug 2016 03:38:30 +0000 (13:38 +1000)
Add a section for compiler specifics and document the runtime requirements
for clang's integer sanitization.

INSTALL

diff --git a/INSTALL b/INSTALL
index d3db6206ca3dadef56f0f3c02ccfbf563a67af57..dc996f8a7d65ac5de569c099c3f92b17fe78adec 100644 (file)
--- 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)