summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross_4.2.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-03-15 17:13:34 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-03-15 17:13:34 +0000
commitad322d87c9859e07f1e90699ca5bc87ff9e75f6a (patch)
treee52a2961e40d6779f1e30982affd400c30b65f19 /packages/gcc/gcc-cross_4.2.1.bb
parent00a0015e36106eae139c083f82dea04b905ecc6d (diff)
gcc: Add gcc-cross4.inc and convert gcc-cross_4* recipes to use it
Diffstat (limited to 'packages/gcc/gcc-cross_4.2.1.bb')
-rw-r--r--packages/gcc/gcc-cross_4.2.1.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/gcc/gcc-cross_4.2.1.bb b/packages/gcc/gcc-cross_4.2.1.bb
index 140254e8ce..8ddee97ee1 100644
--- a/packages/gcc/gcc-cross_4.2.1.bb
+++ b/packages/gcc/gcc-cross_4.2.1.bb
@@ -2,13 +2,8 @@ PR = "r13"
require gcc-${PV}.inc
require gcc-package-target.inc
-require gcc-cross.inc
-
-DEPENDS += "gmp-native mpfr-native"
-
-# cross build
+require gcc-cross4.inc
require gcc3-build-cross.inc
-# cross packaging
require gcc-package-cross.inc
SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "