doc/building.md
changeset 58558 67daaa6c8d2b
parent 55447 95794e32352e
child 58559 06bd38a9bc5a
--- a/doc/building.md	Fri Oct 11 13:07:21 2019 +0000
+++ b/doc/building.md	Fri Oct 11 06:38:52 2019 -0700
@@ -323,7 +323,7 @@
 
  Operating system   Toolchain version
  ------------------ -------------------------------------------------------
- Linux              gcc 8.2.0
+ Linux              gcc 8.3.0
  macOS              Apple Xcode 10.1 (using clang 10.0.0)
  Solaris            Oracle Solaris Studio 12.6 (with compiler version 5.15)
  Windows            Microsoft Visual Studio 2017 update 15.9.6
@@ -338,7 +338,7 @@
 The minimum accepted version of gcc is 4.8. Older versions will generate a warning
 by `configure` and are unlikely to work.
 
-The JDK is currently known to be able to compile with at least version 7.4 of
+The JDK is currently known to be able to compile with at least version 8.3 of
 gcc.
 
 In general, any version between these two should be usable.