ich habe auch schon mit make -j experimentiert, für binutils ist das erforderlich:
Code: Alles auswählen
--- ../compile2/cdk/make/bootstrap.mk 2008-10-05 14:48:06.000000000 +0200
+++ ./cdk/make/bootstrap.mk 2008-10-05 15:44:30.000000000 +0200
@@ -97,7 +97,9 @@
--disable-nls \
--disable-werror \
--without-fp && \
- $(MAKE) all all-gprof && \
+ $(MAKE) configure-host && \
+ $(MAKE) -j $(J) all && \
+ $(MAKE) -j $(J) all-gprof && \
@INSTALL_binutils@
@CLEANUP_binutils@
touch $@