diff options
Diffstat (limited to 'recipes/llvm/llvm2.6-native_2.6.bb')
-rw-r--r-- | recipes/llvm/llvm2.6-native_2.6.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/llvm/llvm2.6-native_2.6.bb b/recipes/llvm/llvm2.6-native_2.6.bb new file mode 100644 index 0000000000..13e779aeda --- /dev/null +++ b/recipes/llvm/llvm2.6-native_2.6.bb @@ -0,0 +1,10 @@ +require llvm-native.inc + +PR = "r0" + +SRC_URI += "\ + file://fix-build.patch;patch=1 \ + file://llvm-debugonly-zeroormore.patch;patch=1;pnum=0 \ +" + +LLVM_RELEASE = "2.6" |