mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
15 lines
547 B
Text
15 lines
547 B
Text
--- aclocal.m4.orig 2020-08-07 16:52:59 UTC
|
|
+++ aclocal.m4
|
|
@@ -2461,12 +2461,6 @@ AC_DEFUN([FIND_LD],[
|
|
[enable_ld_override=yes])
|
|
|
|
find_ld() {
|
|
- # Make sure the user didn't specify LD manually.
|
|
- if test "z$LD" != "z"; then
|
|
- AC_CHECK_TARGET_TOOL([LD], [ld])
|
|
- return
|
|
- fi
|
|
-
|
|
# Manually iterate over possible names since we want to ensure that, e.g.,
|
|
# if ld.lld is installed but gcc doesn't support -fuse-ld=lld, that we
|
|
# then still try ld.gold and -fuse-ld=gold.
|