diff options
Diffstat (limited to 'gcc/gcc_3.4.1.oe')
-rw-r--r-- | gcc/gcc_3.4.1.oe | 3 |
1 files changed, 2 insertions, 1 deletions
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/ |