doc/building.md
changeset 58558 67daaa6c8d2b
parent 55447 95794e32352e
child 58559 06bd38a9bc5a
equal deleted inserted replaced
58557:cf3205fdb6dc 58558:67daaa6c8d2b
   321 you stay to this list, the more likely you are to compile successfully without
   321 you stay to this list, the more likely you are to compile successfully without
   322 issues.
   322 issues.
   323 
   323 
   324  Operating system   Toolchain version
   324  Operating system   Toolchain version
   325  ------------------ -------------------------------------------------------
   325  ------------------ -------------------------------------------------------
   326  Linux              gcc 8.2.0
   326  Linux              gcc 8.3.0
   327  macOS              Apple Xcode 10.1 (using clang 10.0.0)
   327  macOS              Apple Xcode 10.1 (using clang 10.0.0)
   328  Solaris            Oracle Solaris Studio 12.6 (with compiler version 5.15)
   328  Solaris            Oracle Solaris Studio 12.6 (with compiler version 5.15)
   329  Windows            Microsoft Visual Studio 2017 update 15.9.6
   329  Windows            Microsoft Visual Studio 2017 update 15.9.6
   330 
   330 
   331 All compilers are expected to be able to compile to the C99 language standard,
   331 All compilers are expected to be able to compile to the C99 language standard,
   336 ### gcc
   336 ### gcc
   337 
   337 
   338 The minimum accepted version of gcc is 4.8. Older versions will generate a warning
   338 The minimum accepted version of gcc is 4.8. Older versions will generate a warning
   339 by `configure` and are unlikely to work.
   339 by `configure` and are unlikely to work.
   340 
   340 
   341 The JDK is currently known to be able to compile with at least version 7.4 of
   341 The JDK is currently known to be able to compile with at least version 8.3 of
   342 gcc.
   342 gcc.
   343 
   343 
   344 In general, any version between these two should be usable.
   344 In general, any version between these two should be usable.
   345 
   345 
   346 ### clang
   346 ### clang