aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2010-04-30 15:22:39 +0200
committerRobert Schuster <robertschuster@fsfe.org>2010-04-30 15:22:39 +0200
commit90c620ade882e2b2d034e32c3c5e7598c28d0766 (patch)
tree33f7c494649545aee4472241763206957a9e5a14 /recipes/llvm
parent6db59c439e2bcf07187b522c09a5b455df46287d (diff)
downloadopenembedded-90c620ade882e2b2d034e32c3c5e7598c28d0766.tar.gz
llvm2.7 2.6+svnr20091007: Removed.
Diffstat (limited to 'recipes/llvm')
-rw-r--r--recipes/llvm/llvm2.7_2.6+svnr20091007.bb25
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"