ports/lang/ghc/files/extra-patch-aclocal.m4
Mikael Urankar 0848ac6764 lang/ghc: regen extra-patch-aclocal.m4 used for aarch64
Approved by:	portmgr (tier-2 blanket)
2020-12-22 16:37:43 +00:00

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.