aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-11 15:20:55 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-11 15:20:55 +0000
commitef949a67c4a7fc08775275227f07dc98e239c786 (patch)
treeaaa2aa2bddaee0fef08c399ab81b140cbc28530a
parent028178b722d9ab8c36e45eec000835cff29095d2 (diff)
downloadopenembedded-core-ef949a67c4a7fc08775275227f07dc98e239c786.tar.gz
Add llvm-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4238 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/llvm/llvm-native_svn.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/llvm/llvm-native_svn.bb b/meta/packages/llvm/llvm-native_svn.bb
new file mode 100644
index 0000000000..83ec69ee80
--- /dev/null
+++ b/meta/packages/llvm/llvm-native_svn.bb
@@ -0,0 +1,11 @@
+DEPENDS = "flex-native"
+SRC_URI = "svn://llvm.org/svn/llvm-project/llvm;proto=http;module=trunk"
+
+PV = "0.0+${SRCREV}"
+
+S = "${WORKDIR}/trunk"
+
+inherit autotools native
+
+EXTRA_OECONF = "--enable-optimized"
+EXTRA_OEMAKE = "ENABLE_OPTIMIZED=1" \ No newline at end of file