From e5fb5a290c8ee28436009b886d537ec5637bf774 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 19 Jul 2020 13:14:18 +0200 Subject: [PATCH] Drop gcc 3.4 from the requirements in the README It probably doesn't work any longer after the changes of 617db49fda (Remove support for gcc < 4, 2020-07-10) and nobody uses it anyhow any more. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cd1a41058..bbadebb5e0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ This version of wxWidgets supports the following primary platforms: Most popular C++ compilers are supported including but not limited to: - Microsoft Visual C++ 2003 or later (up to 2019). -- g++ 3.4 or later, including MinGW/MinGW-64/TDM under Windows. +- g++ 4 or later, including MinGW/MinGW-64/TDM under Windows. - Clang under macOS and Linux. - Intel icc compiler. - Oracle (ex-Sun) CC.