From: Darren Tucker Date: Wed, 17 Aug 2016 03:38:30 +0000 (+1000) Subject: Add a section for compiler specifics. X-Git-Tag: V_7_4_P1~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=560c0068541315002ec4c1c00a560bbd30f2d671;p=thirdparty%2Fopenssh-portable.git Add a section for compiler specifics. Add a section for compiler specifics and document the runtime requirements for clang's integer sanitization. --- diff --git a/INSTALL b/INSTALL index d3db6206c..dc996f8a7 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)