diff options
-rw-r--r-- | meta-oe/recipes-core/llvm/llvm.inc | 5 | ||||
-rw-r--r-- | meta-oe/recipes-core/llvm/llvm2.9_2.9.bb | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/llvm/llvm.inc b/meta-oe/recipes-core/llvm/llvm.inc index 62304959f0..27f8c84b05 100644 --- a/meta-oe/recipes-core/llvm/llvm.inc +++ b/meta-oe/recipes-core/llvm/llvm.inc | |||
@@ -103,6 +103,11 @@ FILES_${PN}-dev = " \ | |||
103 | ${libdir}/llvm${LLVM_RELEASE}/*.a \ | 103 | ${libdir}/llvm${LLVM_RELEASE}/*.a \ |
104 | " | 104 | " |
105 | 105 | ||
106 | base_do_compile_prepend() { | ||
107 | # Avoid *** No rule to make target `native/bin/tblgen', needed by `include/llvm/Intrinsics.gen.tmp' | ||
108 | oe_runmake tblgen | ||
109 | } | ||
110 | |||
106 | do_install() { | 111 | do_install() { |
107 | # Install into a private directory to be able to reorganize the files. | 112 | # Install into a private directory to be able to reorganize the files. |
108 | 113 | ||
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 2b46162e92..ee7c3a3cfb 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" | |||
15 | 15 | ||
16 | SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch " | 16 | SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch " |
17 | 17 | ||
18 | PARALLEL_MAKE_virtclass-native = "" | ||
19 | |||
20 | LLVM_EXTRA_ARCH = "X86;" | 18 | LLVM_EXTRA_ARCH = "X86;" |
21 | LLVM_EXTRA_ARCH_x86 = "" | 19 | LLVM_EXTRA_ARCH_x86 = "" |
22 | LLVM_EXTRA_ARCH_x86-64 = "" | 20 | LLVM_EXTRA_ARCH_x86-64 = "" |