diff options
author | Darren Tucker <dtucker@zip.com.au> | 2016-08-17 05:38:30 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2016-08-17 05:38:30 +0200 |
commit | 560c0068541315002ec4c1c00a560bbd30f2d671 (patch) | |
tree | 2cb98aeb498a5f05a90311d7ae46ff6731276326 /INSTALL | |
parent | Test multiplying two long long ints. (diff) | |
download | openssh-560c0068541315002ec4c1c00a560bbd30f2d671.tar.xz openssh-560c0068541315002ec4c1c00a560bbd30f2d671.zip |
Add a section for compiler specifics.
Add a section for compiler specifics and document the runtime requirements
for clang's integer sanitization.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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) |