summaryrefslogtreecommitdiff
path: root/toolchain/uclibc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-25 21:23:18 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-25 21:23:18 +0100
commitf24dddde47ae6e1994235ac914b44e9e34c7552d (patch)
tree9acf47bf60e133a42ac31d12ddbdcdf586386357 /toolchain/uclibc/Makefile
parent2b25cba095105b107d72a9d385e993af1959184f (diff)
parented272f65099f12aa4c66feb57ea370eb67ea699d (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/uclibc/Makefile')
-rw-r--r--toolchain/uclibc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/toolchain/uclibc/Makefile b/toolchain/uclibc/Makefile
index fd4427377..4612ff305 100644
--- a/toolchain/uclibc/Makefile
+++ b/toolchain/uclibc/Makefile
@@ -11,9 +11,10 @@ include ${ADK_TOPDIR}/mk/buildhlp.mk
TARGET_CFLAGS:=$(filter-out -flto,$(TARGET_CFLAGS))
TARGET_CFLAGS:=$(filter-out -mtext-section-literals,$(TARGET_CFLAGS))
-ifeq (${ADK_MAKE_PARALLEL},y)
-UCLIBC_MAKEOPTS+= -j${ADK_MAKE_JOBS}
-endif
+# parallel building is broken at the moment
+#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