diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-12 02:59:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-12 02:59:14 +0000 |
commit | b4cec92b0ea8599073708b9b81b20011a9a6dfbc (patch) | |
tree | 6e6b5ac1b8ad5f36a530a49360cd06ad70b620c9 /toolchain/gcc/3.4.4/800-arm-bigendian.patch | |
parent | a85a7cfaf7a855060b3b27a5ff422c62bf5f9d50 (diff) | |
download | buildroot-novena-b4cec92b0ea8599073708b9b81b20011a9a6dfbc.tar.gz buildroot-novena-b4cec92b0ea8599073708b9b81b20011a9a6dfbc.zip |
scrub patches
Diffstat (limited to 'toolchain/gcc/3.4.4/800-arm-bigendian.patch')
-rw-r--r-- | toolchain/gcc/3.4.4/800-arm-bigendian.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/toolchain/gcc/3.4.4/800-arm-bigendian.patch b/toolchain/gcc/3.4.4/800-arm-bigendian.patch index 0bae8f474..04e998419 100644 --- a/toolchain/gcc/3.4.4/800-arm-bigendian.patch +++ b/toolchain/gcc/3.4.4/800-arm-bigendian.patch @@ -3,9 +3,8 @@ Adds support for arm*b-linux* big-endian ARM targets See http://gcc.gnu.org/PR16350 -diff -urN gcc-3.4.1-dist/gcc/config/arm/linux-elf.h gcc-3.4.1/gcc/config/arm/linux-elf.h ---- gcc-3.4.1-dist/gcc/config/arm/linux-elf.h 2004-08-16 16:01:50.000000000 -0500 -+++ gcc-3.4.1/gcc/config/arm/linux-elf.h 2004-08-16 15:43:40.000000000 -0500 +--- gcc-3.4.1-dist/gcc/config/arm/linux-elf.h ++++ gcc-3.4.1/gcc/config/arm/linux-elf.h @@ -30,17 +30,34 @@ /* Do not assume anything about header files. */ #define NO_IMPLICIT_EXTERN_C @@ -53,9 +52,8 @@ diff -urN gcc-3.4.1-dist/gcc/config/arm/linux-elf.h gcc-3.4.1/gcc/config/arm/lin SUBTARGET_EXTRA_LINK_SPEC #endif -diff -urN gcc-3.4.1-dist/gcc/config.gcc gcc-3.4.1/gcc/config.gcc ---- gcc-3.4.1-dist/gcc/config.gcc 2004-08-16 16:01:50.000000000 -0500 -+++ gcc-3.4.1/gcc/config.gcc 2004-08-16 16:01:25.000000000 -0500 +--- gcc-3.4.1-dist/gcc/config.gcc ++++ gcc-3.4.1/gcc/config.gcc @@ -672,6 +672,11 @@ ;; arm*-*-linux*) # ARM GNU/Linux with ELF |