aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-06-08 22:40:09 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-06-08 22:40:09 +0000
commit3f411cefcd355593bfb11e34d537861ccd26b4dc (patch)
treedd1987bd46a02af720ca81b6380c722de2ec3f42 /packages/gcc
parent708749b6b99848be51d0cc592acf8fcc8c956c3f (diff)
downloadopenembedded-3f411cefcd355593bfb11e34d537861ccd26b4dc.tar.gz
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/08 23:37:07+01:00 reciva.com!pb add new maemo bits, courtesy Florian Boor 2005/06/08 23:09:46+01:00 reciva.com!pb add mpfr-native to DEPENDS 2005/06/08 23:05:44+01:00 reciva.com!pb add mpfr 2.1.1 and -native version 2005/06/08 22:50:49+01:00 reciva.com!pb bump PR for previous change BKrev: 42a773c9DHfCwzjkaJ_B3tkh7QpGbA
Diffstat (limited to 'packages/gcc')
-rw-r--r--packages/gcc/gcc-cross_4.0.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/gcc/gcc-cross_4.0.0.bb b/packages/gcc/gcc-cross_4.0.0.bb
index e69de29bb2..7c2c04a7c1 100644
--- a/packages/gcc/gcc-cross_4.0.0.bb
+++ b/packages/gcc/gcc-cross_4.0.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 = "r0"
+
+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