From c98d644057bcdc2b20e10b99931542c5b956c407 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 22 Oct 2023 19:17:36 +0300 Subject: [PATCH 47/47] lib-ld.m4: Update to serial 12 See osdn #48890 Signed-off-by: Marko Lindqvist --- m4/lib-ld.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/lib-ld.m4 b/m4/lib-ld.m4 index acc6127435..70ca4a2e1d 100644 --- a/m4/lib-ld.m4 +++ b/m4/lib-ld.m4 @@ -1,4 +1,4 @@ -# lib-ld.m4 serial 11 +# lib-ld.m4 serial 12 dnl Copyright (C) 1996-2003, 2009-2023 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -67,7 +67,7 @@ else if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. case $host in - *-*-mingw*) + *-*-mingw* | windows*) # gcc leaves a trailing carriage return which upsets mingw acl_output=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) -- 2.42.0