]> git.ipfire.org Git - thirdparty/gcc.git/commit
configure, Darwin: Check ld64 support for -platform-version.
authorIain Sandoe <iain@sandoe.co.uk>
Fri, 12 Nov 2021 17:03:09 +0000 (17:03 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Tue, 23 Apr 2024 14:12:37 +0000 (15:12 +0100)
commit4b263d5d06494774bc72f85b1206e1dc2c8fbd15
tree062935b1614328fd0eac088e03d754de1346bffe
parent5568dda5a01cba6925b3fe5a2ae8a56caee539c5
configure, Darwin: Check ld64 support for -platform-version.

Newer versions of ld64 allow specifiying the OS target (e.g.
macos or ios) the version and the SDK version all in a single
command.  This checks the availability of the command for the
current toolchain.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/ChangeLog:

* config.in: Regenerate.
* configure: Regenerate.
* configure.ac: Test ld64 for -platform-version support.

(cherry picked from commit d3cc82dc9cc2d4f1021fc5d4c1463c3a14fc6795)
gcc/config.in
gcc/configure
gcc/configure.ac