[openssh-commits] [openssh] 01/01: Note that, for now, we need variadic macros.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri May 6 14:46:57 AEST 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit f87a132800ba3710ab130d703448a31ef1128d77
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri May 6 14:46:09 2022 +1000
Note that, for now, we need variadic macros.
---
INSTALL | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/INSTALL b/INSTALL
index b6e53ab6..c605182b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,9 +1,10 @@
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:
+A C compiler. Any C89 or better compiler that supports variadic macros
+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
(CC=clang LDFLAGS=--rtlib=compiler-rt ./configure)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list