]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add llvm-native
authorRichard Purdie <richard@openedhand.com>
Fri, 11 Apr 2008 15:20:55 +0000 (15:20 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 11 Apr 2008 15:20:55 +0000 (15:20 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4238 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/llvm/llvm-native_svn.bb [new file with mode: 0644]

diff --git a/meta/packages/llvm/llvm-native_svn.bb b/meta/packages/llvm/llvm-native_svn.bb
new file mode 100644 (file)
index 0000000..83ec69e
--- /dev/null
@@ -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