diff --git a/doc/building.html b/doc/building.html index 71c0d621ee2..363a45058be 100644 --- a/doc/building.html +++ b/doc/building.html @@ -26,7 +26,8 @@
Even for 32-bit builds, it is recommended to use a 64-bit build machine, and instead create a 32-bit target using --with-target-bits=32.
At a minimum, a machine with 4 cores is advisable, as well as 4 GB of RAM. (The more cores to use, the more memory you need.) At least 8 GB of free disk space is required.
-At a minimum, a machine with 8 cores is advisable, as well as 8 GB of RAM. (The more cores to use, the more memory you need.) At least 6 GB of free disk space is required.
+If you do not have access to sufficiently powerful hardware, it is also possible to use cross-compiling.
+This is not recommended. Instead, see the section on Cross-compiling.
The mainline JDK project supports Linux, Solaris, macOS, AIX and Windows. Support for other operating system, e.g. BSD, exists in separate "port" projects.
diff --git a/doc/building.md b/doc/building.md index 653683d10d7..5ac227b7f6b 100644 --- a/doc/building.md +++ b/doc/building.md @@ -120,7 +120,16 @@ At a minimum, a machine with 4 cores is advisable, as well as 4 GB of RAM. (The more cores to use, the more memory you need.) At least 8 GB of free disk space is required. -### Building on arm/aarch64 +### Building on aarch64 + +At a minimum, a machine with 8 cores is advisable, as well as 8 GB of RAM. +(The more cores to use, the more memory you need.) At least 6 GB of free disk +space is required. + +If you do not have access to sufficiently powerful hardware, it is also +possible to use [cross-compiling](#cross-compiling). + +### Building on 32-bit arm This is not recommended. Instead, see the section on [Cross-compiling]( #cross-compiling). diff --git a/doc/testing.html b/doc/testing.html index 1c5a4ccdceb..457061a7eb9 100644 --- a/doc/testing.html +++ b/doc/testing.html @@ -1,16 +1,11 @@ - + - - - + + +