aboutsummaryrefslogtreecommitdiff
path: root/winsup/testsuite
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2022-01-09 22:32:56 -0500
committerYaakov Selkowitz <yselkowi@redhat.com>2022-01-10 09:59:08 -0500
commitcf8aa432844d912d0a0d2d6bebe2c3de22be0914 (patch)
treeb138dcd0bbe502555bda814ba8aee4957ba96a24 /winsup/testsuite
parentd4e61b73a946c16f1cfb44767812cd471e921120 (diff)
downloadnewlib-cf8aa432844d912d0a0d2d6bebe2c3de22be0914.zip
newlib-cf8aa432844d912d0a0d2d6bebe2c3de22be0914.tar.gz
newlib-cf8aa432844d912d0a0d2d6bebe2c3de22be0914.tar.bz2
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 4b8c7db..ac68934 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