]> git.ipfire.org Git - thirdparty/gcc.git/commit
configure, Darwin: Recognise new naming for Xcode ld.
authorIain Sandoe <iain@sandoe.co.uk>
Tue, 15 Apr 2025 13:02:21 +0000 (14:02 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Tue, 15 Apr 2025 18:26:02 +0000 (19:26 +0100)
commit7f56a8e8ad1c33d358e9e09fcbaf263c2caba1b9
tree3d39d47526ae731771efd0d661c6ee8f5b5f9ac4
parent9cf6b52d04df22726d88eef113211b3cc08515de
configure, Darwin: Recognise new naming for Xcode ld.

The latest editions of XCode have altered the identify reported by 'ld -v'
(again).  This means that GCC configure no longer detects the version.

Fixed by adding the new name to the set checked.

gcc/ChangeLog:

* configure: Regenerate.
* configure.ac: Recognise PROJECT:ld-mmmm.nn.aa as an identifier
for Darwin's static linker.

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