]> 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 <iains@gcc.gnu.org>
Fri, 4 Jul 2025 05:34:13 +0000 (06:34 +0100)
commitb71ac987cd149928d1eecd498a721d4377505da8
treeea9f8c1edfdb9d55f28d84e5df7c7b267e9ab3f9
parent6d57ab56981cf085480df21f602dacb7f3cf3e49
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