On 3/12/20 9:48 PM, James Le Cuirot wrote: > On Thu, 12 Mar 2020 09:06:26 +0100 > ha...@gentoo.org wrote: > >> From: Michael Haubenwallner <ha...@gentoo.org> >> >> Signed-off-by: Michael Haubenwallner <ha...@gentoo.org> >> --- >> eltpatch.in | 14 +++++++++++++- >> 1 file changed, 13 insertions(+), 1 deletion(-) >> >> diff --git a/eltpatch.in b/eltpatch.in >> index 6b69216..e12f754 100644 >> --- a/eltpatch.in >> +++ b/eltpatch.in >> @@ -179,7 +179,7 @@ elibtoolize() { >> *-hpux*) elt_patches+=" hpux-conf deplibs hc-flag-ld >> hardcode hardcode-relink relink-prog no-lc" ;; >> *-irix*) elt_patches+=" irix-ltmain" ;; >> *-mint*) elt_patches+=" mint-conf" ;; >> - *-winnt*) elt_patches+=" winnt-conf winnt-ltmain" ;; >> + *-winnt*) elt_patches+=" winnt-ltmain winnt-conf" ;; >> esac >> >> if ${LD} --version 2>&1 | grep -qs 'GNU gold'; then > > This change reorders something you added in the first patch. >
This is to perform the version check earlier rather than later. Otherwise, the order is irrelevant. Thanks! /haubi/