diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2023-05-11 23:24:02 +0100 |
---|---|---|
committer | Iain Sandoe <iain@sandoe.co.uk> | 2023-05-19 09:06:01 +0100 |
commit | 20b8779ea9bd82b26eeb195b30f695168cd7ae1d (patch) | |
tree | 9c09af18d5103e14cf644e285d0605efae5e5c4f /libgcc/config/t-darwin-min-8 | |
parent | 24dcf65dabf48b4d33b7f2d4c68f369627b61bdc (diff) | |
download | gcc-20b8779ea9bd82b26eeb195b30f695168cd7ae1d.zip gcc-20b8779ea9bd82b26eeb195b30f695168cd7ae1d.tar.gz gcc-20b8779ea9bd82b26eeb195b30f695168cd7ae1d.tar.bz2 |
Darwin, libgcc : Adjust min version supported for the OS.
Tools from later versions of the OS deprecate or fail to support
earlier OS revisions.
Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
libgcc/ChangeLog:
* config.host: Arrange to set min Darwin OS versions from
the configured host version.
* config/darwin10-unwind-find-enc-func.c: Do not use current
headers, but declare the nexessary structures locally to the
versions in use for Mac OSX 10.6.
* config/t-darwin: Amend to handle configured min OS
versions.
* config/t-darwin-min-1: New.
* config/t-darwin-min-5: New.
* config/t-darwin-min-8: New.
Diffstat (limited to 'libgcc/config/t-darwin-min-8')
-rw-r--r-- | libgcc/config/t-darwin-min-8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgcc/config/t-darwin-min-8 b/libgcc/config/t-darwin-min-8 new file mode 100644 index 0000000..9efc9dc --- /dev/null +++ b/libgcc/config/t-darwin-min-8 @@ -0,0 +1,3 @@ +# Support building with -mmacosx-version-min back to 10.8. +DARWIN_MIN_LIB_VERSION = -mmacosx-version-min=10.8 +DARWIN_MIN_CRT_VERSION = -mmacosx-version-min=10.8 |