diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/llvm/llvm2.7_2.6+svnr20091007.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes/llvm/llvm2.7_2.6+svnr20091007.bb b/recipes/llvm/llvm2.7_2.6+svnr20091007.bb deleted file mode 100644 index 142e15ea4f..0000000000 --- a/recipes/llvm/llvm2.7_2.6+svnr20091007.bb +++ /dev/null @@ -1,25 +0,0 @@ -require llvm.inc - -SRCREV = "83459" - -PV = "2.6+svnr${SRCPV}" - -PR = "r0" - -DEPENDS = "llvm-common llvm2.7-native" - -SRC_URI = "\ - svn://llvm.org/svn/llvm-project/llvm/;proto=http;module=trunk \ - file://llvm-debugonly-zeroormore.patch;patch=1 \ - file://BX_to_BLX.patch;patch=1 \ - " - -EXTRA_OECMAKE += "\ - -DLLVM_TARGET_ARCH:STRING=${LLVM_ARCH} \ - -DLLVM_ENABLE_ASSERTIONS:BOOL=ON \ - -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ - " - -S = "${WORKDIR}/trunk" - -LLVM_RELEASE = "2.7" |