Add llvm-native

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4238 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-04-11 15:20:55 +00:00
parent 028178b722
commit ef949a67c4

View File

@@ -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"