diff -rupN binutils/intl/configure binutils.patched/intl/configure
--- binutils/intl/configure	2020-06-22 01:15:18.000000000 +0100
+++ binutils.patched/intl/configure	2021-08-10 14:35:46.637018781 +0100
@@ -6485,8 +6485,8 @@ $as_echo "$gt_cv_func_gnugettext2_libint
       if test "$nls_cv_use_gnu_gettext" = "yes"; then
                 BUILD_INCLUDED_LIBINTL=yes
         USE_INCLUDED_LIBINTL=yes
-        LIBINTL="\${top_builddir}/intl/libintl.a $LIBICONV"
-        LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV"
+        LIBINTL="-L\${top_builddir}/intl -lintl $LIBICONV"
+        LTLIBINTL="-L\${top_builddir}/intl -lintl $LTLIBICONV"
         LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
       fi
 
