]> code.ossystems Code Review - openembedded-core.git/commit
eglibc.inc: Transfer PARALLEL_MAKE to PARALLELMFLAGS
authorKhem Raj <raj.khem@gmail.com>
Fri, 24 Sep 2010 07:09:12 +0000 (00:09 -0700)
committerSaul Wold <sgw@linux.intel.com>
Wed, 25 May 2011 08:36:31 +0000 (01:36 -0700)
commit05f017dc6878908cf55901f8a74c738f3bece077
treea42fa2bb82b3accbfffe2ed1c28c953677d35a5e
parente21267f1837b25fec4443dbf4367e501639541bd
eglibc.inc: Transfer PARALLEL_MAKE to PARALLELMFLAGS

* Currently we are passing -jN or -j N flags to eglibc makefiles
  however eglibc uses a make variable called PARALLELMFLAGS
  to pass information about parallel build to sub-makes

* Currently make install ran without parallelism but now
  it should have parallel building flags passed to do_install
  correctly which inturn should improve build time of
  eglibc on systems using parallel build -j with values > 1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-core/eglibc/eglibc.inc