It builds fine with parallel make. Signed-off-by: Jonathan Liu <[email protected]> --- meta-oe/recipes-core/llvm/llvm2.9_2.9.bb | 2 -- 1 file changed, 2 deletions(-)
diff --git a/meta-oe/recipes-core/llvm/llvm2.9_2.9.bb b/meta-oe/recipes-core/llvm/llvm2.9_2.9.bb index 2b46162..ee7c3a3 100644 --- a/meta-oe/recipes-core/llvm/llvm2.9_2.9.bb +++ b/meta-oe/recipes-core/llvm/llvm2.9_2.9.bb @@ -15,8 +15,6 @@ ARM_INSTRUCTION_SET = "arm" SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch " -PARALLEL_MAKE_virtclass-native = "" - LLVM_EXTRA_ARCH = "X86;" LLVM_EXTRA_ARCH_x86 = "" LLVM_EXTRA_ARCH_x86-64 = "" -- 1.8.2.3 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
