Skip to content

Commit da00589

Browse files
committedMar 3, 2025
Try to see what LD means in cross compiling
1 parent 5169a70 commit da00589

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎configure

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ AS_IF(
669669
# Allow the MSVC linker to be found even if ld isn't installed.
670670
# User-specified LD still takes precedence.
671671
AS_IF([$cross_compiler],
672-
[AC_CHECK_TARGET_TOOLS([LD],[ld link],[false])],
672+
[AC_CHECK_TARGET_TOOLS([LD],[ldbla linkbla],[false])],
673673
[AC_CHECK_TOOLS([LD],[ld link])])
674674
# libtool will detect a build-to-host C toolchain but when building an OCaml
675675
# cross compiler we need the C toolchain to build the target runtime so we

0 commit comments

Comments
 (0)