diff options
Diffstat (limited to 'recipes/llvm/llvm_2.4.bb')
-rw-r--r-- | recipes/llvm/llvm_2.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/llvm/llvm_2.4.bb b/recipes/llvm/llvm_2.4.bb index a66d1b376b..fef48f5343 100644 --- a/recipes/llvm/llvm_2.4.bb +++ b/recipes/llvm/llvm_2.4.bb @@ -6,6 +6,7 @@ SRC_URI = "\ http://llvm.org/releases/${PV}/llvm-${PV}.tar.gz \ file://fix-build.patch;patch=1 \ file://fix-static-initialization.patch;patch=1 \ + file://fix-ldr_pre.patch;patch=1 \ " DEPENDS = "llvm-native" |