From 7b1f2c801fee6366ee37e873cda29c1ae7ad7e74 Mon Sep 17 00:00:00 2001 From: Magnus Ihse Bursie Date: Tue, 26 Mar 2024 09:35:32 +0000 Subject: [PATCH] 8327493: Update minimum Xcode version in docs Reviewed-by: clanger --- doc/building.html | 2 +- doc/building.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/building.html b/doc/building.html index a49d7153ba3..70753155312 100644 --- a/doc/building.html +++ b/doc/building.html @@ -613,7 +613,7 @@ be accepted by configure.

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 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