From 3f36902a65f7733ad41412d54c2923e153b0510c Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 16 Aug 2004 06:14:38 +0000 Subject: [PATCH] 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 --- conf/nslu2.conf | 0 gcc/gcc-3.4.0/gcc-3.4.0-arm-bigendian.patch | 0 gcc/gcc-3.4.1/gcc-3.4.0-arm-bigendian.patch | 0 gcc/gcc_3.4.0.oe | 3 ++- gcc/gcc_3.4.1.oe | 3 ++- 5 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 conf/nslu2.conf create mode 100644 gcc/gcc-3.4.0/gcc-3.4.0-arm-bigendian.patch create mode 100644 gcc/gcc-3.4.1/gcc-3.4.0-arm-bigendian.patch diff --git a/conf/nslu2.conf b/conf/nslu2.conf new file mode 100644 index 0000000000..e69de29bb2 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 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 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/ -- 2.39.5