Ver Fonte

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 há 15 anos atrás
pai
commit
10a9255460
1 ficheiros alterados com 1 adições e 0 exclusões
  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 $@