diff --git a/doc/building.html b/doc/building.html index da8465bc532d7..f7af264859248 100644 --- a/doc/building.html +++ b/doc/building.html @@ -1491,12 +1491,12 @@
BASE_OS
must be one of "OEL6" for Oracle Enterprise
-Linux 6 or "Fedora" (if not specified "OEL6" will be the default). If
-the base OS is "Fedora" the corresponding Fedora release can be
-specified with the help of the BASE_OS_VERSION
option (with
-"27" as default version). If the build is successful, the new devkits
-can be found in the build/devkit/result
subdirectory:
BASE_OS
must be one of OL
for Oracle
+Enterprise Linux or Fedora
. If the base OS is
+Fedora
the corresponding Fedora release can be specified
+with the help of the BASE_OS_VERSION
option. If the build
+is successful, the new devkits can be found in the
+build/devkit/result
subdirectory:
cd make/devkit
make TARGETS="ppc64le-linux-gnu aarch64-linux-gnu" BASE_OS=Fedora BASE_OS_VERSION=21
ls -1 ../../build/devkit/result/
diff --git a/doc/building.md b/doc/building.md
index 1a9fe6b2e7872..32c6ae465409f 100644
--- a/doc/building.md
+++ b/doc/building.md
@@ -1285,12 +1285,10 @@ at least the following targets are known to work:
| ppc64le-linux-gnu |
| s390x-linux-gnu |
-`BASE_OS` must be one of "OEL6" for Oracle Enterprise Linux 6 or "Fedora" (if
-not specified "OEL6" will be the default). If the base OS is "Fedora" the
-corresponding Fedora release can be specified with the help of the
-`BASE_OS_VERSION` option (with "27" as default version). If the build is
-successful, the new devkits can be found in the `build/devkit/result`
-subdirectory:
+`BASE_OS` must be one of `OL` for Oracle Enterprise Linux or `Fedora`. If the
+base OS is `Fedora` the corresponding Fedora release can be specified with the
+help of the `BASE_OS_VERSION` option. If the build is successful, the new
+devkits can be found in the `build/devkit/result` subdirectory:
```
cd make/devkit