]> 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>
Fri, 19 May 2023 08:06:01 +0000 (09:06 +0100)
commit20b8779ea9bd82b26eeb195b30f695168cd7ae1d
tree9c09af18d5103e14cf644e285d0605efae5e5c4f
parent24dcf65dabf48b4d33b7f2d4c68f369627b61bdc
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.
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]