[setup - the official Cygwin setup program] branch master, updated. release_2.920-6-gc696f0ff

Jon TURNEY via Cygwin-apps-cvs <[email protected]> Tue, 16 Aug 2022 19:28:42 +0000 (GMT)
Newsgroups gmane.os.cygwin.cvs.apps
Message-ID <[email protected]>


https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=c696f0ff7de61332f9af67dc6d9b27b2d9cd53ff

commit c696f0ff7de61332f9af67dc6d9b27b2d9cd53ff
Author: Jon Turney <[email protected]>
Date:   Tue Aug 16 17:18:11 2022 +0100

    CI: Pass host triplet to bootstrap script
    
    This prevents bootstrap script from mistakenly detecting an incompatible
    x86_64-w64-mingw32-g++ pre-installed in the CI VM image.


Diff:
---
 packaging-scripts/conf.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packaging-scripts/conf.sh b/packaging-scripts/conf.sh
index f01b1990..9af7a792 100755
--- a/packaging-scripts/conf.sh
+++ b/packaging-scripts/conf.sh
@@ -9,7 +9,7 @@ rm -rf $cpu
 mkdir $cpu
 cd $cpu
 
-NOCONFIGURE=1 ../bootstrap.sh
+NOCONFIGURE=1 ../bootstrap.sh --host=$cpu-w64-mingw32
 ../configure --host=$cpu-w64-mingw32 --target=$cpu-w64-mingw32
 
 make ${TARGET}