diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-04-10 10:09:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-10 10:09:06 +0000 |
commit | 8926967b79f553fe94e16c691114b32124d335db (patch) | |
tree | 1691a99acf0601a0d07732eb66587a0a10c26f4b /packages/gcc/gcc-cross_csl-arm-2005q3.bb | |
parent | b7712b20c91440b52877c1ec228d8d3f0e7379be (diff) |
gcc: Remove broken csl versions replacing with a floating cvs version and a working 2005q3 csl release.
Diffstat (limited to 'packages/gcc/gcc-cross_csl-arm-2005q3.bb')
-rw-r--r-- | packages/gcc/gcc-cross_csl-arm-2005q3.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/gcc/gcc-cross_csl-arm-2005q3.bb b/packages/gcc/gcc-cross_csl-arm-2005q3.bb new file mode 100644 index 0000000000..93c58aca53 --- /dev/null +++ b/packages/gcc/gcc-cross_csl-arm-2005q3.bb @@ -0,0 +1,15 @@ +include gcc_csl-arm-2005q3.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 = "r0" + +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 |