From: Darren Tucker Date: Fri, 6 May 2022 04:46:09 +0000 (+1000) Subject: Note that, for now, we need variadic macros. X-Git-Tag: V_9_1_P1~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f87a132800ba3710ab130d703448a31ef1128d77;p=thirdparty%2Fopenssh-portable.git Note that, for now, we need variadic macros. --- diff --git a/INSTALL b/INSTALL index b6e53ab6c..c605182b9 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)