diff options
author | Chris Larson <clarson@kergoth.com> | 2004-08-31 21:41:07 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-08-31 21:41:07 +0000 |
commit | db92abef3cb320237de1b0bb12df551d6719221a (patch) | |
tree | 24bd74ca103c0b95dfebb5d2333a761237d7357e /gcc/gcc_3.4.0.oe | |
parent | 6ef5e97ae8d2c2c937d4f7904eb7117134a49044 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/packages
2004/08/31 16:18:10-05:00 handhelds.org!kergoth
Apply patch to gcc 3.4.x ensure the arm bigendian gcc build changes affect the linux-uclibc target OS.
2004/08/30 18:07:29-05:00 handhelds.org!kergoth
Update mipsel defconfig for uclibc-snapshot.
BKrev: 4134f073ffx9gE4ATWqmijQcccDnFA
Diffstat (limited to 'gcc/gcc_3.4.0.oe')
-rw-r--r-- | gcc/gcc_3.4.0.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/gcc_3.4.0.oe b/gcc/gcc_3.4.0.oe index 4088cbf308..0c4ba8b019 100644 --- a/gcc/gcc_3.4.0.oe +++ b/gcc/gcc_3.4.0.oe @@ -80,7 +80,8 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://gcc-uclibc-3.4.0-200-code.patch;patch=1 \ file://gcc-3.4.0-arm-lib1asm.patch;patch=1 \ file://gcc-3.4.0-arm-nolibfloat.patch;patch=1 \ - file://gcc-3.4.0-arm-bigendian.patch;patch=1" + file://gcc-3.4.0-arm-bigendian.patch;patch=1 \ + file://gcc-3.4.0-arm-bigendian-uclibc.patch;patch=1" MIRRORS_prepend () { ${GNU_MIRROR}/gcc/releases/ http://gcc.get-software.com/releases/ |