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.
This commit is contained in:
Vadim Zeitlin 2020-07-19 13:14:18 +02:00
parent 564676e773
commit e5fb5a290c

View File

@ -32,7 +32,7 @@ This version of wxWidgets supports the following primary platforms:
Most popular C++ compilers are supported including but not limited to: Most popular C++ compilers are supported including but not limited to:
- Microsoft Visual C++ 2003 or later (up to 2019). - 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. - Clang under macOS and Linux.
- Intel icc compiler. - Intel icc compiler.
- Oracle (ex-Sun) CC. - Oracle (ex-Sun) CC.