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 | |
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')
-rw-r--r-- | gcc/gcc-3.4.0/gcc-3.4.0-arm-bigendian-uclibc.patch | 0 | ||||
-rw-r--r-- | gcc/gcc-3.4.1/gcc-3.4.0-arm-bigendian-uclibc.patch | 0 | ||||
-rw-r--r-- | gcc/gcc_3.4.0.oe | 3 | ||||
-rw-r--r-- | gcc/gcc_3.4.1.oe | 3 |
4 files changed, 4 insertions, 2 deletions
diff --git a/gcc/gcc-3.4.0/gcc-3.4.0-arm-bigendian-uclibc.patch b/gcc/gcc-3.4.0/gcc-3.4.0-arm-bigendian-uclibc.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gcc/gcc-3.4.0/gcc-3.4.0-arm-bigendian-uclibc.patch diff --git a/gcc/gcc-3.4.1/gcc-3.4.0-arm-bigendian-uclibc.patch b/gcc/gcc-3.4.1/gcc-3.4.0-arm-bigendian-uclibc.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gcc/gcc-3.4.1/gcc-3.4.0-arm-bigendian-uclibc.patch 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/ diff --git a/gcc/gcc_3.4.1.oe b/gcc/gcc_3.4.1.oe index ea23b62837..b9c8c2e31c 100644 --- a/gcc/gcc_3.4.1.oe +++ b/gcc/gcc_3.4.1.oe @@ -77,7 +77,8 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://gcc-3.4.1-uclibc-200-locale.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/ http://gcc.get-software.com/releases/ |