d0d73230afab8fba6ec4828276477f97d4ebb384
[vuplus_openembedded] / gcc / gcc-cross_3.4.3.oe
1 include gcc_${PV}.oe
2 inherit cross
3 FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gcc-${PV}"
4 # NOTE: split PR.  If the main .oe changes something that affects its *build*
5 # remember to increment this one too.
6 PR = "r4"
7
8 DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
9 PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
10
11 # Files for these are defined in the main gcc.oe
12 PACKAGES = "libgcc libstdc++ libg2c"
13
14 include gcc3-cross-build.inc