From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2195) id B897F3858C60; Mon, 10 Jan 2022 14:59:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B897F3858C60 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Yaakov Selkowitz To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: do not build MinGW testsuite/cygrun --with-cross-bootstrap X-Act-Checkin: newlib-cygwin X-Git-Author: Yaakov Selkowitz X-Git-Refname: refs/heads/master X-Git-Oldrev: d4e61b73a946c16f1cfb44767812cd471e921120 X-Git-Newrev: cf8aa432844d912d0a0d2d6bebe2c3de22be0914 Message-Id: <20220110145922.B897F3858C60@sourceware.org> Date: Mon, 10 Jan 2022 14:59:22 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jan 2022 14:59:22 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=cf8aa432844d912d0a0d2d6bebe2c3de22be0914 commit cf8aa432844d912d0a0d2d6bebe2c3de22be0914 Author: Yaakov Selkowitz Date: Sun Jan 9 22:32:56 2022 -0500 Cygwin: do not build MinGW testsuite/cygrun --with-cross-bootstrap Diff: --- winsup/testsuite/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/winsup/testsuite/Makefile.am b/winsup/testsuite/Makefile.am index 4b8c7dbb7..ac68934d0 100644 --- a/winsup/testsuite/Makefile.am +++ b/winsup/testsuite/Makefile.am @@ -61,4 +61,6 @@ EXTRA_DEJAGNU_SITE_CONFIG = site-extra.exp clean-local: rm -f *.log *.exe *.exp *.bak *.stackdump winsup.sum +if CROSS_BOOTSTRAP SUBDIRS = cygrun +endif