aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm-gcc4-cross_svn.bb
blob: 4cd5ae1db632fd2120489ad9c0e1dd946e1f4ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
DESCRIPTION = "The Low Level Virtual Machine - gcc4 frontend"
HOMEPAGE = "http://llvm.org"
LICENSE = "various"

DEPENDS = "llvm2.5-native"

PV = "2.1+svnr${SRCREV}"

PR = "r1"

inherit autotools cross

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

EXTRA_OECONF = "--disable-shared \
                --enable-llvm=/data/build/koen/OE/build/tmp/angstrom/work/i686-linux/llvm-native-2.0-r0/llvm-2.0 \
	       "

do_configure() {
	gnu-configize
	libtoolize --force
	oe_runconf
}	

PARALLEL_MAKE = ""

#oe_runmake gets distracted by GNUMakefiles...
# we also need to get an install.sh and config-ml.in in gcc/ as well somehow
do_compile_prepend() {
	rm -f ${S}/GNUmakefile
}