]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Note that, for now, we need variadic macros.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 6 May 2022 04:46:09 +0000 (14:46 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 6 May 2022 04:46:09 +0000 (14:46 +1000)
INSTALL

diff --git a/INSTALL b/INSTALL
index b6e53ab6c0888ae4de29b3766d150f90a2a3648f..c605182b9959c88bb6d807f29ce2532f65274f6f 100644 (file)
--- 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)