Files
poky/openembedded/packages/gcc/gcc-cross_3.3.4.bb
Richard Purdie b38f2a5935 Merging with Openembedded
git-svn-id: https://svn.o-hand.com/repos/poky@197 311d38ba-8fff-0310-9ca6-ca027cbcb966
2005-12-15 17:49:29 +00:00

13 lines
372 B
BlitzBasic

SECTION = "devel"
include gcc_${PV}.bb
include gcc-paths-cross.inc
inherit cross
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
PR="r3"
DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
include gcc3-build-cross.inc
include gcc-package-cross.inc