mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02: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:
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"
|
||||
Reference in New Issue
Block a user