diff options
Diffstat (limited to 'lang/ghc')
-rw-r--r-- | lang/ghc/files/extra-patch-aclocal.m4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/ghc/files/extra-patch-aclocal.m4 b/lang/ghc/files/extra-patch-aclocal.m4 index 5e674d2f9556..891cb6f28aad 100644 --- a/lang/ghc/files/extra-patch-aclocal.m4 +++ b/lang/ghc/files/extra-patch-aclocal.m4 @@ -1,13 +1,12 @@ ---- aclocal.m4.orig 2018-03-25 21:22:32 UTC +--- aclocal.m4.orig 2020-08-07 16:52:59 UTC +++ aclocal.m4 -@@ -2361,13 +2378,6 @@ AC_DEFUN([FIND_LD],[ +@@ -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]) -- LD_NO_GOLD=$LD - return - fi - |