diff -r 0fb5cc208e71 -r b95ebdbf68ca doc/building.html --- a/doc/building.html Thu Jul 18 09:15:26 2019 -0700 +++ b/doc/building.html Thu Jul 18 11:47:52 2019 -0700 @@ -297,10 +297,7 @@ -
All compilers are expected to be able to compile to the C99 language standard, -as some C99 features are used in the source code. Microsoft Visual Studio -doesn't fully support C99 so in practice shared code is limited to using C99 -features that it does support.
+All compilers are expected to be able to compile to the C99 language standard, as some C99 features are used in the source code. Microsoft Visual Studio doesn't fully support C99 so in practice shared code is limited to using C99 features that it does support.
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 gcc.