diff options
author | Joseph Cole <jnc@unknown.openembedded.org> | 2006-03-14 07:16:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-14 07:16:35 +0000 |
commit | f09191891573d5a4992cf9238463805fc1090ee5 (patch) | |
tree | 987648c5c339f245bcfbaf80e2b1877765695d24 /packages/gcc/gcc-cross_4.1.0.bb | |
parent | 7f82236e556466d048c3871945a7e586911c47b5 (diff) |
Pushing gcc 4.1.0 after a short review.
Not sure if it builds, leaving preference at "-1". See OE bug #378.
Thanks to Bernhard Rosenkraenzer for the submission. See OE bug #773.
Diffstat (limited to 'packages/gcc/gcc-cross_4.1.0.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.1.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/gcc/gcc-cross_4.1.0.bb b/packages/gcc/gcc-cross_4.1.0.bb new file mode 100644 index 0000000000..6e299e8299 --- /dev/null +++ b/packages/gcc/gcc-cross_4.1.0.bb @@ -0,0 +1,16 @@ +include gcc_${PV}.bb +# path mangling, needed by the cross packaging +include gcc-paths-cross.inc +inherit cross +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" +# 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 gmp-native mpfr-native" +PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" + +# cross build +include gcc3-build-cross.inc +# cross packaging +include gcc-package-cross.inc |