common/doc/building.md
changeset 45877 640f1904ebb8
parent 45763 2a2e56f4c03b
child 46253 f7daf2e39cc8
--- a/common/doc/building.md	Mon Jul 17 23:11:46 2017 -0700
+++ b/common/doc/building.md	Tue Jul 18 14:42:03 2017 -0700
@@ -392,11 +392,8 @@
 
 ### gcc
 
-The minimum accepted version of gcc is 4.3. Older versions will not be accepted
-by `configure`.
-
-However, gcc 4.3 is quite old and OpenJDK is not regularly tested on this
-version, so it is recommended to use a more modern gcc.
+The minimum accepted version of gcc is 4.7. Older versions will generate a warning 
+by `configure` and are unlikely to work.
 
 OpenJDK 9 includes patches that should allow gcc 6 to compile, but this should
 be considered experimental.