Browse Source

disable parallel building, still broken

Waldemar Brodkorb 10 years ago
parent
commit
48c91aa8eb
1 changed files with 3 additions and 3 deletions
  1. 3 3
      toolchain/uclibc-ng/Makefile

+ 3 - 3
toolchain/uclibc-ng/Makefile

@@ -28,9 +28,9 @@ TARGET_CFLAGS+=		-Wa,-msoft-float
 endif
 endif
 
-ifeq (${ADK_MAKE_PARALLEL},y)
-UCLIBC_MAKEOPTS+=	-j${ADK_MAKE_JOBS}
-endif
+#ifeq (${ADK_MAKE_PARALLEL},y)
+#UCLIBC_MAKEOPTS+=	-j${ADK_MAKE_JOBS}
+#endif
 
 $(WRKBUILD)/.headers:
 	$(SED) 's,^CROSS_COMPILE=.*,CROSS_COMPILE=$(TARGET_CROSS),g' $(WRKBUILD)/Rules.mak