summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-cross-initial_4.3.0.bb
blob: 84a9e2f3c6b9e1da6a30bec9c203331063770d4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require gcc-cross_${PV}.bb
require gcc-cross-initial.inc

EXTRA_OECONF += "--disable-libmudflap --disable-libgomp \
		--disable-libssp"

DEPENDS += "mpfr-native gmp-native"

# Hack till we fix *libc properly
do_stage_append() {
        ln -sf ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include-fixed/* ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include/
}