]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Fix PARALLEL_MAKE
authorRichard Purdie <richard@openedhand.com>
Mon, 2 Jun 2008 13:04:33 +0000 (13:04 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 2 Jun 2008 13:04:33 +0000 (13:04 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4578 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/bitbake.conf

index a622fc8015e0925edfc152a4fbe12a00782b0c3d..74b593a034fd1b4845ae00e8054920bea3b5fc0b 100644 (file)
@@ -395,7 +395,7 @@ export TARGET_LDFLAGS = "-Wl,-O1"
 ALLOWED_FLAGS = "-O -mcpu -march -pipe"
 
 # Pass parallel make options to the compile task only
-EXTRA_OEMAKE_prepend_task_do_compile = "${PARALLEL_MAKE} "
+EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} "
 
 ##################################################################
 # Optimization flags.