Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2022-01-10 06:32:56 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2022-01-10 17:59:08 +0300
commitcf8aa432844d912d0a0d2d6bebe2c3de22be0914 (patch)
treeb138dcd0bbe502555bda814ba8aee4957ba96a24 /winsup/testsuite
parentd4e61b73a946c16f1cfb44767812cd471e921120 (diff)
Cygwin: do not build MinGW testsuite/cygrun --with-cross-bootstrap
Diffstat (limited to 'winsup/testsuite')
-rw-r--r--winsup/testsuite/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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