From: Willy Tarreau Date: Wed, 11 May 2022 09:29:54 +0000 (+0200) Subject: DOC: install: update gcc version requirements X-Git-Tag: v2.6-dev10~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff3333e65846d6653db6973284e92e85a7610765;p=thirdparty%2Fhaproxy.git DOC: install: update gcc version requirements It turns out that gcc-3.4 doesn't build anymore (and it has probably been the case since 2.4 or so). gcc-4.2 does build fine though, let's mark it as the oldest supported one. Now that gcc-12 works, also update the most recently known-to-work version. --- diff --git a/INSTALL b/INSTALL index 696cc0ffa5..55033cbfc4 100644 --- a/INSTALL +++ b/INSTALL @@ -101,7 +101,7 @@ HAProxy requires a working GCC or Clang toolchain and GNU make : may want to retry with "gmake" which is the name commonly used for GNU make on BSD systems. - - GCC >= 3.4 (up to 11 tested). Older versions can be made to work with a + - GCC >= 4.2 (up to 12 tested). Older versions can be made to work with a few minor adaptations if really needed. Newer versions may sometimes break due to compiler regressions or behaviour changes. The version shipped with your operating system is very likely to work with no trouble. Clang >= 3.0