diff options
-rw-r--r-- | recipes-core/llvm/llvm.inc | 2 | ||||
-rw-r--r-- | recipes-core/llvm/llvm2.9_2.9.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/llvm/llvm.inc b/recipes-core/llvm/llvm.inc index 383305b..c675c4d 100644 --- a/recipes-core/llvm/llvm.inc +++ b/recipes-core/llvm/llvm.inc | |||
@@ -29,8 +29,6 @@ DEPENDS_virtclass-native = "llvm-common-native cmake-native perl-native" | |||
29 | 29 | ||
30 | SRC_URI = "http://llvm.org/releases/${PV}/llvm-${PV}.tgz" | 30 | SRC_URI = "http://llvm.org/releases/${PV}/llvm-${PV}.tgz" |
31 | 31 | ||
32 | #SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch " | ||
33 | |||
34 | S = "${WORKDIR}/llvm-${PV}" | 32 | S = "${WORKDIR}/llvm-${PV}" |
35 | 33 | ||
36 | inherit cmake perlnative | 34 | inherit cmake perlnative |
diff --git a/recipes-core/llvm/llvm2.9_2.9.bb b/recipes-core/llvm/llvm2.9_2.9.bb index 5e5ca29..1af8737 100644 --- a/recipes-core/llvm/llvm2.9_2.9.bb +++ b/recipes-core/llvm/llvm2.9_2.9.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require llvm.inc | 1 | require llvm.inc |
2 | 2 | ||
3 | SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch " | ||
4 | |||
3 | PARALLEL_MAKE_virtclass-native = "" | 5 | PARALLEL_MAKE_virtclass-native = "" |
4 | 6 | ||
5 | EXTRA_OECMAKE = "\ | 7 | EXTRA_OECMAKE = "\ |