diff options
author | Chris Larson <clarson@kergoth.com> | 2004-08-04 07:38:34 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-08-04 07:38:34 +0000 |
commit | f32281ef3c9d3cdf4480dca59db1a64736de5604 (patch) | |
tree | b5468e2fe7f8e6ed0bd44b5460654a871660294e /gcc/gcc-cross-initial_3.4.1.oe | |
parent | 55d593573f0675d525c0f0bcb9577fe2608bce1e (diff) |
Toolchain updates:
* Consolodate libc kernel header bits into one place, making uclibc
build against the 2.6 ones while we're at it.
* Kill off the -initial glibc and uclibc, since first pass gcc can be
built without it (thanks gb).
BKrev: 4110927a6L5iwvPl5iNtHBpvnsxmOA
Diffstat (limited to 'gcc/gcc-cross-initial_3.4.1.oe')
-rw-r--r-- | gcc/gcc-cross-initial_3.4.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc-cross-initial_3.4.1.oe b/gcc/gcc-cross-initial_3.4.1.oe index 1ebb504c07..9e4e70d45d 100644 --- a/gcc/gcc-cross-initial_3.4.1.oe +++ b/gcc/gcc-cross-initial_3.4.1.oe @@ -1,6 +1,6 @@ include gcc-cross_${PV}.oe -DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-initial" +DEPENDS = "virtual/${TARGET_PREFIX}binutils" PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial" PACKAGES = "" |