فهرست منبع

speed up building gcj by disabling gcc bootstrap (since gcc from here is not used anyway, pointless)

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Thorsten Glaser 15 سال پیش
والد
کامیت
10a9255460
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      jtools/gcj/Makefile

+ 1 - 0
jtools/gcj/Makefile

@@ -27,6 +27,7 @@ $(WRKBUILD)/.configured: ${WRKDIST}/.prepared
                         --disable-biarch \
                         --disable-decimal-float \
                         --disable-multilib \
+			--disable-bootstrap \
 	);
 	touch $@