diff options
-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/ |