]> 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>
Thu, 1 May 2025 14:51:24 +0000 (15:51 +0100)
commitdbba3c9008e35ba45966945baf816886c5520196
tree7addb965829c2b26b056d3c3bb92caf71ef75f23
parent623aaebc7d755ef8696834bebd14f8eddd88200e
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>
(cherry picked from commit 7f56a8e8ad1c33d358e9e09fcbaf263c2caba1b9)
gcc/configure
gcc/configure.ac