]> git.ipfire.org Git - thirdparty/gcc.git/commit
Darwin, libgcc : Adjust min version supported for the OS.
authorIain Sandoe <iain@sandoe.co.uk>
Thu, 11 May 2023 22:24:02 +0000 (23:24 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Sun, 21 May 2023 07:42:37 +0000 (08:42 +0100)
commit1bfdb0d0346082acccd27bfb37d0a72b0f6b8b1d
tree6ae50487ea661c717b48abd98f08a2493da6bda1
parente8826287ff3059422e844e4f53489b2526b36da1
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.

(cherry picked from commit 20b8779ea9bd82b26eeb195b30f695168cd7ae1d)
libgcc/config.host
libgcc/config/darwin10-unwind-find-enc-func.c
libgcc/config/t-darwin
libgcc/config/t-darwin-min-1 [new file with mode: 0644]
libgcc/config/t-darwin-min-5 [new file with mode: 0644]
libgcc/config/t-darwin-min-8 [new file with mode: 0644]