diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-19 11:56:34 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-19 11:56:34 +0000 |
commit | 735d6f32c4e801793c6dd269d70704ee2fe7ff39 (patch) | |
tree | fcaf77e70e69f63326367377de10e3e90cbdce83 /gcc/gcc-cross-initial_3.4.1.oe | |
parent | f13e4bd5fdbfe7b2173020533848e7a4956e3ab9 (diff) |
Merge openembedded@openembedded.bkbits.net:packages-devel
into hyperion.kergoth.com:/home/kergoth/code/packages
2004/11/19 05:56:33-06:00 ti.com!kergoth
Merge hyperion.kergoth.com:code/packages
into odin.sc.ti.com:/home/kergoth/code/packages
2004/11/19 05:55:33-06:00 ti.com!kergoth
Add gcc 3.4.3 (not used by default).
2004/11/19 05:53:44-06:00 ti.com!kergoth
First pass at consolodating some of the gcc build metadata into .inc files.
BKrev: 419ddf72ZyrGIieZ7do9IbnL_7fMoA
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, 0 insertions, 2 deletions
diff --git a/gcc/gcc-cross-initial_3.4.1.oe b/gcc/gcc-cross-initial_3.4.1.oe index 4faee47e4d..16c1aaecc6 100644 --- a/gcc/gcc-cross-initial_3.4.1.oe +++ b/gcc/gcc-cross-initial_3.4.1.oe @@ -1,10 +1,8 @@ -SECTION = "devel" include gcc-cross_${PV}.oe DEPENDS = "virtual/${TARGET_PREFIX}binutils" DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][oe.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}" PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial" - PACKAGES = "" # This is intended to be a -very- basic config |