Disable building btls/ and support/ on the bcl build, they are not needed.

This commit is contained in:
Zoltan Varga 2018-03-30 00:45:23 -04:00 коммит произвёл Marek Safar
Родитель 21cef8b793
Коммит dea448aa83
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -15,6 +15,8 @@ bcl_CONFIGURE_FLAGS = \
$(if $(DISABLE_WASM),,--with-wasm=yes) \
--with-mcs-docs=no \
--disable-nls \
--disable-btls-lib \
--disable-support-build \
--disable-boehm
.stamp-bcl-configure: $(TOP)/configure