Explorar o código

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 %!s(int64=15) %!d(string=hai) anos
pai
achega
10a9255460
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 $@