From 7b1f2c801fee6366ee37e873cda29c1ae7ad7e74 Mon Sep 17 00:00:00 2001
From: Magnus Ihse Bursie configure.
To use clang instead of gcc on Linux, use
--with-toolchain-type=clang.
The oldest supported version of Xcode is 8.
+The oldest supported version of Xcode is 13.0.
You will need the Xcode command line developer tools to be able to build the JDK. (Actually, only the command line tools are needed, not the IDE.) The simplest way to install these is to run:
diff --git a/doc/building.md b/doc/building.md index d60f7e94164..51ac0cad7d9 100644 --- a/doc/building.md +++ b/doc/building.md @@ -420,7 +420,7 @@ To use clang instead of gcc on Linux, use `--with-toolchain-type=clang`. ### Apple Xcode -The oldest supported version of Xcode is 8. +The oldest supported version of Xcode is 13.0. You will need the Xcode command line developer tools to be able to build the JDK. (Actually, *only* the command line tools are needed, not the IDE.) The