8325881: Require minimum gcc version 10

Reviewed-by: ihse, shade
This commit is contained in:
Kim Barrett
2024-03-05 07:16:34 +00:00
parent 0b959098be
commit d6f2a174fc
3 changed files with 3 additions and 3 deletions

View File

@@ -403,7 +403,7 @@ C, and C++14 for C++.
### gcc
The minimum accepted version of gcc is 6.0. Older versions will not be accepted
The minimum accepted version of gcc is 10.0. Older versions will not be accepted
by `configure`.
The JDK is currently known to compile successfully with gcc version 13.2 or