summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2016-08-17 14:25:43 +1000
committerDarren Tucker <dtucker@zip.com.au>2016-08-17 14:25:43 +1000
commit9abf84c25ff4448891edcde60533a6e7b2870de1 (patch)
treedc967cc02f820a038ef43af55275193b99f88259 /INSTALL
parent1e8013a17ff11e3c6bd0012fb1fc8d5f1330eb21 (diff)
Correct LDFLAGS for clang example.
--with-ldflags isn't used until after the -ftrapv test, so mention LDFLAGS instead for now.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index bd5967700..e25adeb1a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,7 +4,7 @@ A C compiler. Any C89 or better compiler should work. Where supported,
4configure will attempt to enable the compiler's run-time integrity checking 4configure will attempt to enable the compiler's run-time integrity checking
5options. Some notes about specific compilers: 5options. Some notes about specific compilers:
6 - clang: -ftrapv and -sanitize=integer require the compiler-rt runtime 6 - clang: -ftrapv and -sanitize=integer require the compiler-rt runtime
7 (--with-ldflags=--rtlib=compiler-rt) 7 (CC=clang LDFLAGS=--rtlib=compiler-rt ./configure)
8 8
9You will need working installations of Zlib and libcrypto (LibreSSL / 9You will need working installations of Zlib and libcrypto (LibreSSL /
10OpenSSL) 10OpenSSL)