mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-21 16:26:52 +00:00
Correct LDFLAGS for clang example.
--with-ldflags isn't used until after the -ftrapv test, so mention LDFLAGS instead for now.
This commit is contained in:
parent
1e8013a17f
commit
9abf84c25f
2
INSTALL
2
INSTALL
@ -4,7 +4,7 @@ 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)
|
||||
(CC=clang LDFLAGS=--rtlib=compiler-rt ./configure)
|
||||
|
||||
You will need working installations of Zlib and libcrypto (LibreSSL /
|
||||
OpenSSL)
|
||||
|
Loading…
Reference in New Issue
Block a user