1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-25 08:12:11 -07:00

Don't specify macosx_deployment_target in the xcode project -- this avoids complaints from xcode 10.0 without preventing compilation on old versions of macos.

Copied from Perforce
 Change: 195108
This commit is contained in:
Gareth Rees 2018-09-18 18:18:50 +01:00
parent c995085f0b
commit c2ee5a02dc
3 changed files with 1 additions and 8 deletions

View file

@ -5500,7 +5500,6 @@
GCC_WARN_UNUSED_LABEL = YES;
GCC_WARN_UNUSED_PARAMETER = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
SDKROOT = macosx;
SYMROOT = xc;
WARNING_CFLAGS = (
@ -5950,7 +5949,6 @@
GCC_WARN_UNUSED_LABEL = YES;
GCC_WARN_UNUSED_PARAMETER = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
SDKROOT = macosx;
SYMROOT = xc;
WARNING_CFLAGS = (
@ -6019,7 +6017,6 @@
GCC_WARN_UNUSED_LABEL = YES;
GCC_WARN_UNUSED_PARAMETER = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
SDKROOT = macosx;
SYMROOT = xc;
WARNING_CFLAGS = (

View file

@ -12,10 +12,6 @@ Release 1.118.0
New features
............
#. The MPS now supports macOS 10.6 (Snow Leopard) or later; it no
longer supports 10.4 (Tiger) and 10.5 (Leopard). This is because
Xcode 10.0 no longer supports these versions.
#. The MPS no longer supports building for the xci3ll platform (macOS,
IA-32, Clang/LLVM) using Xcode. This is because Xcode 10.0 no
longer supports this platform. The platform is still supported via

View file

@ -80,7 +80,7 @@ The MPS is currently supported for deployment on:
- FreeBSD 7 or later, on IA-32 and x86-64, using GCC or Clang/LLVM;
- macOS 10.6 or later, on IA-32 and x86-64, using Clang/LLVM.
- macOS 10.4 or later, on IA-32 and x86-64, using Clang/LLVM.
The MPS is highly portable and has run on many other processors and
operating systems in the past (see `Building the MPS