update the minimum gcc/clang version with C17 support

c17 option added in gcc 8: https://gcc.gnu.org/onlinedocs/gcc-8.5.0/gcc/Standards.html
released in 2018: https://gcc.gnu.org/releases.html

c17 officially supported in clang 6: https://clang.llvm.org/c_status.html
released in 2018: https://releases.llvm.org/
This commit is contained in:
Steve Lhomme 2024-01-29 12:07:28 +01:00
parent b164a2f4b9
commit b57f2c7eb8
1 changed files with 1 additions and 1 deletions

2
NEWS
View File

@ -7,7 +7,7 @@ Platform support changes:
- macOS 10.11 or later
- iOS 9 or later
- Android 4.1.x or later (API-16)
- GCC 5.0 or Clang 3.4 (or equivalent)
- GCC 8.0 or Clang 8 (or equivalent)
* Windows on ARM is now supported
* Universal Windows is only supported for Windows 10 (not Windows 8 anymore)