Commit fc728cf
committed
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>1 parent b5d8289 commit fc728cf
2 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32725 | 32725 | | |
32726 | 32726 | | |
32727 | 32727 | | |
32728 | | - | |
| 32728 | + | |
32729 | 32729 | | |
32730 | | - | |
| 32730 | + | |
32731 | 32731 | | |
32732 | | - | |
32733 | | - | |
| 32732 | + | |
| 32733 | + | |
32734 | 32734 | | |
32735 | 32735 | | |
32736 | 32736 | | |
| |||
32761 | 32761 | | |
32762 | 32762 | | |
32763 | 32763 | | |
32764 | | - | |
| 32764 | + | |
32765 | 32765 | | |
32766 | 32766 | | |
32767 | 32767 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6422 | 6422 | | |
6423 | 6423 | | |
6424 | 6424 | | |
6425 | | - | |
| 6425 | + | |
6426 | 6426 | | |
6427 | | - | |
| 6427 | + | |
6428 | 6428 | | |
6429 | | - | |
| 6429 | + | |
6430 | 6430 | | |
6431 | 6431 | | |
6432 | 6432 | | |
| |||
6443 | 6443 | | |
6444 | 6444 | | |
6445 | 6445 | | |
6446 | | - | |
| 6446 | + | |
6447 | 6447 | | |
6448 | 6448 | | |
6449 | 6449 | | |
| |||
0 commit comments