aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm-gcc4_svn.bb
blob: 599e2ca183bf0ffc4a710c5014092db9df47bbb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "The Low Level Virtual Machine - gcc4 frontend"
HOMEPAGE = "http://llvm.org"
LICENSE = "various"

DEPENDS = "llvm-native"

PV = "2.0+svnr${SRCREV}"

inherit autotools cross

SRC_URI = "svn://anonsvn.opensource.apple.com/svn/llvm/;module=trunk \
	   "
	   
S = "${WORKDIR}/trunk"

EXTRA_OECONF = "--disable-shared \
                --enable-llvm \
	       "