]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix r15-8073 (Pass -macos_version_min to the linker)
authorAndrew Pinski <quic_apinski@quicinc.com>
Tue, 18 Mar 2025 01:16:56 +0000 (18:16 -0700)
committerAndrew Pinski <quic_apinski@quicinc.com>
Tue, 18 Mar 2025 01:28:17 +0000 (18:28 -0700)
commitfc728cfd569e291a5ce2c470cd2b70d39ac97657
tree977a848b1a27e115f90edbd1342b18950b991915
parentb5d82890c4577027a7ac127471420d48e7947a41
Fix r15-8073 (Pass -macos_version_min to the linker)

With r15-8073-g952e17223d3a98, gcc_cv_ld64_macosx_version_min is being
used for the replacement and being set in a few locations but
gcc_cv_ld64_macos_version_min is set in others.
Since the auto-host.h variable is named LD64_HAS_MACOS_VERSION_MIN,
I changed over to remove the x from the name.

Committed as obvious after a quick test to make sure LD64_HAS_MACOS_VERSION_MIN
was not set to empty.

gcc/ChangeLog:

* configure: Regenerate.
* configure.ac: s/gcc_cv_ld64_macosx_version_min/gcc_cv_ld64_macos_version_min/.

Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
gcc/configure
gcc/configure.ac