mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 12:34:49 +00:00
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:
parent
028178b722
commit
ef949a67c4
11
meta/packages/llvm/llvm-native_svn.bb
Normal file
11
meta/packages/llvm/llvm-native_svn.bb
Normal 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"
|
||||
Loading…
x
Reference in New Issue
Block a user