Cygwin: do not build MinGW testsuite/cygrun --with-cross-bootstrap

This commit is contained in:
Yaakov Selkowitz 2022-01-09 22:32:56 -05:00
parent d4e61b73a9
commit cf8aa43284
1 changed files with 2 additions and 0 deletions

View File

@ -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