mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +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:
@@ -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