summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-core/llvm/llvm2.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-oe/recipes-core/llvm/llvm2.inc b/meta-oe/recipes-core/llvm/llvm2.inc
index b5bad45f95..5ae993afd1 100644
--- a/meta-oe/recipes-core/llvm/llvm2.inc
+++ b/meta-oe/recipes-core/llvm/llvm2.inc
@@ -110,11 +110,6 @@ do_install() {
110 110
111 # LLVM does not install this by default. 111 # LLVM does not install this by default.
112 install bin/tblgen ${D}${bindir}/${LLVM_DIR} 112 install bin/tblgen ${D}${bindir}/${LLVM_DIR}
113
114 # we install it here unmodified for native and none native and overwrite it
115 # later for native case
116 install -d ${D}${bindir}
117 install -m 0755 bin/llvm-config ${D}${bindir}
118} 113}
119 114
120SYSROOT_PREPROCESS_FUNCS_append_class-target = " llvm_sysroot_preprocess" 115SYSROOT_PREPROCESS_FUNCS_append_class-target = " llvm_sysroot_preprocess"