diff options
author | Chris Larson <clarson@kergoth.com> | 2004-08-16 06:14:38 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-08-16 06:14:38 +0000 |
commit | 3f36902a65f7733ad41412d54c2923e153b0510c (patch) | |
tree | a12e3067186382b70479150e9c8d84ba6ae4aac7 | |
parent | 5fa89e1a4da7435455890cc97491da933a45422a (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/projects/packages
2004/08/16 01:13:11-05:00 handhelds.org!kergoth
Add MACHINE config for the linksys NSLU2, and aplpy the arm bigendian patches to gcc 3.4.x.
BKrev: 412050ceQSzj48gbPaHq7a9XdvtChg
-rw-r--r-- | conf/nslu2.conf | 0 | ||||
-rw-r--r-- | gcc/gcc-3.4.0/gcc-3.4.0-arm-bigendian.patch | 0 | ||||
-rw-r--r-- | gcc/gcc-3.4.1/gcc-3.4.0-arm-bigendian.patch | 0 | ||||
-rw-r--r-- | gcc/gcc_3.4.0.oe | 3 | ||||
-rw-r--r-- | gcc/gcc_3.4.1.oe | 3 |
5 files changed, 4 insertions, 2 deletions
diff --git a/conf/nslu2.conf b/conf/nslu2.conf new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/conf/nslu2.conf diff --git a/gcc/gcc-3.4.0/gcc-3.4.0-arm-bigendian.patch b/gcc/gcc-3.4.0/gcc-3.4.0-arm-bigendian.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gcc/gcc-3.4.0/gcc-3.4.0-arm-bigendian.patch diff --git a/gcc/gcc-3.4.1/gcc-3.4.0-arm-bigendian.patch b/gcc/gcc-3.4.1/gcc-3.4.0-arm-bigendian.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gcc/gcc-3.4.1/gcc-3.4.0-arm-bigendian.patch diff --git a/gcc/gcc_3.4.0.oe b/gcc/gcc_3.4.0.oe index 081966dcae..4088cbf308 100644 --- a/gcc/gcc_3.4.0.oe +++ b/gcc/gcc_3.4.0.oe @@ -79,7 +79,8 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://gcc-uclibc-3.4.0-100-conf.patch;patch=1 \ 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-nolibfloat.patch;patch=1 \ + file://gcc-3.4.0-arm-bigendian.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 2937b65354..ea23b62837 100644 --- a/gcc/gcc_3.4.1.oe +++ b/gcc/gcc_3.4.1.oe @@ -76,7 +76,8 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://gcc-3.4.1-uclibc-100-conf.patch;patch=1 \ 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-nolibfloat.patch;patch=1 \ + file://gcc-3.4.0-arm-bigendian.patch;patch=1" MIRRORS_prepend () { ${GNU_MIRROR}/gcc/ http://gcc.get-software.com/releases/ |