summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross_csl-arm-20050416.bb
blob: a92ae137331426e4579c2d3ac6a20d886e05f4b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include gcc_csl-arm-20050416.bb
# path mangling, needed by the cross packaging
include gcc-paths-cross.inc
inherit cross
# NOTE: split PR.  If the main .oe changes something that affects its *build*
# remember to increment this one too.
PR = "r1"

DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"

# cross build
include gcc3-cross-build.inc
# cross packaging
include gcc-package-cross.inc