aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin9.h
diff options
context:
space:
mode:
authorIain Sandoe <iain@sandoe.co.uk>2020-12-31 14:43:00 +0000
committerIain Sandoe <iain@sandoe.co.uk>2021-01-02 19:56:19 +0000
commit4a04f09dc7616ebe76ee71aa50eee54f1115f1f2 (patch)
tree7be74d466d91f4398541f10a38cdab04b82ed121 /gcc/config/darwin9.h
parent5282e22f0e7f0d0d5ca2bdc4a952c0d383300eba (diff)
downloadgcc-4a04f09dc7616ebe76ee71aa50eee54f1115f1f2.zip
gcc-4a04f09dc7616ebe76ee71aa50eee54f1115f1f2.tar.gz
gcc-4a04f09dc7616ebe76ee71aa50eee54f1115f1f2.tar.bz2
Darwin, Simplify headers 4/5 : Remove redundant headers.
The darwinN.h headers (with the sole exception of darwin7.h, which contains a target macro definition) now only contain values that set fall-backs for cross-compilations, these can be provided from the config.gcc script which means we no longer need the darwinN.h - so delete them. gcc/ChangeLog: * config.gcc: Compute default version information from the configured target. Likewise defaults for ld64. * config/darwin10.h: Removed. * config/darwin12.h: Removed. * config/darwin9.h: Removed. * config/rs6000/darwin8.h: Removed.
Diffstat (limited to 'gcc/config/darwin9.h')
-rw-r--r--gcc/config/darwin9.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/gcc/config/darwin9.h b/gcc/config/darwin9.h
deleted file mode 100644
index 92a77ee..0000000
--- a/gcc/config/darwin9.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/* Target definitions for Darwin (Mac OS X) systems.
- Copyright (C) 2006-2020 Free Software Foundation, Inc.
- Contributed by Apple Inc.
-
-This file is part of GCC.
-
-GCC is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3, or (at your option)
-any later version.
-
-GCC is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with GCC; see the file COPYING3. If not see
-<http://www.gnu.org/licenses/>. */
-
-#undef DEF_MIN_OSX_VERSION
-#define DEF_MIN_OSX_VERSION "10.5"