[oe-commits] Richard Purdie : gcc-cross-canadian-4.8: Enable PARALLEL_MAKE

git at git.openembedded.org git at git.openembedded.org
Fri Aug 23 15:08:18 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: cee90d230899eb1255d586e6ee4fad0d94348cfd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=cee90d230899eb1255d586e6ee4fad0d94348cfd

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Aug 20 21:02:30 2013 +0000

gcc-cross-canadian-4.8: Enable PARALLEL_MAKE

This disabling of PARALLEL_MAKE has been forward ported for gcc-cross-canadian
since at least 2009-09 and gcc 4.3.3, probably older.

I've tested this with high values of parallel make and it all seems to work and
we usually build gcc with parallel make so it seems unlikely there are issues.
Lets therefore enable it.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../recipes-devtools/gcc/gcc-cross-canadian_4.8.bb |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian_4.8.bb b/meta/recipes-devtools/gcc/gcc-cross-canadian_4.8.bb
index 53c4632..278a529 100644
--- a/meta/recipes-devtools/gcc/gcc-cross-canadian_4.8.bb
+++ b/meta/recipes-devtools/gcc/gcc-cross-canadian_4.8.bb
@@ -20,7 +20,5 @@ EXTRA_OECONF += "--disable-libunwind-exceptions --disable-libssp \
 # to find libmpfr
 # export LD_LIBRARY_PATH = "{STAGING_DIR_HOST}${layout_exec_prefix}"
 
-PARALLEL_MAKE = ""
-
 # gcc 4.7 needs -isystem
 export ARCH_FLAGS_FOR_TARGET = "--sysroot=${STAGING_DIR_TARGET} -isystem=${target_includedir}"



More information about the Openembedded-commits mailing list