summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.1.2/930-eabi_fixes.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-02-17 15:37:58 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-02-17 15:37:58 +0000
commit6443bc981aed8e89869e1420d4d3b9ed7ac87f39 (patch)
tree6fa75bb0dd915bb8d5fbd4472d0b4f760b95d960 /toolchain/gcc/patches/4.1.2/930-eabi_fixes.patch
parent941d4aa4299d76b4fe9fa8de834534af0155976e (diff)
downloadmaster-31e0f0ae-6443bc981aed8e89869e1420d4d3b9ed7ac87f39.tar.gz
master-31e0f0ae-6443bc981aed8e89869e1420d4d3b9ed7ac87f39.tar.bz2
master-31e0f0ae-6443bc981aed8e89869e1420d4d3b9ed7ac87f39.zip
fixup ARM EABI on GCC 4.1.2
SVN-Revision: 10480
Diffstat (limited to 'toolchain/gcc/patches/4.1.2/930-eabi_fixes.patch')
-rw-r--r--toolchain/gcc/patches/4.1.2/930-eabi_fixes.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/toolchain/gcc/patches/4.1.2/930-eabi_fixes.patch b/toolchain/gcc/patches/4.1.2/930-eabi_fixes.patch
deleted file mode 100644
index 03814b9a9c..0000000000
--- a/toolchain/gcc/patches/4.1.2/930-eabi_fixes.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Index: gcc-4.1.2/gcc/config.gcc
-===================================================================
---- gcc-4.1.2.orig/gcc/config.gcc 2008-02-12 23:29:31.037442374 +0100
-+++ gcc-4.1.2/gcc/config.gcc 2008-02-12 23:30:11.051722656 +0100
-@@ -670,7 +670,7 @@
- extra_parts=""
- use_collect2=yes
- ;;
--arm*-*-linux*) # ARM GNU/Linux with ELF
-+arm*-linux*) # ARM GNU/Linux with ELF
- tm_file="dbxelf.h elfos.h linux.h arm/elf.h arm/linux-gas.h arm/linux-elf.h"
- case $target in
- arm*b-*)
-@@ -679,7 +679,7 @@
- esac
- tmake_file="${tmake_file} t-linux arm/t-arm"
- case ${target} in
-- arm*-*-linux-gnueabi | arm*-*-linux-uclibcgnueabi)
-+ arm*-*eabi)
- tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h"
- tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi"
- # The BPABI long long divmod functions return a 128-bit value in
-Index: gcc-4.1.2/gcc/config/arm/linux-eabi.h
-===================================================================
---- gcc-4.1.2.orig/gcc/config/arm/linux-eabi.h 2008-02-12 23:51:04.655161444 +0100
-+++ gcc-4.1.2/gcc/config/arm/linux-eabi.h 2008-02-12 23:51:10.619501332 +0100
-@@ -48,7 +48,8 @@
- #define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm10tdmi
-
- #undef SUBTARGET_EXTRA_LINK_SPEC
--#define SUBTARGET_EXTRA_LINK_SPEC " -m armelf_linux_eabi"
-+#define SUBTARGET_EXTRA_LINK_SPEC \
-+ " %{mbig-endian:-m armelfb_linux_eabi} %{mlittle-endian:-m armelf_linux_eabi} "
-
- /* Use ld-linux.so.3 so that it will be possible to run "classic"
- GNU/Linux binaries on an EABI system. */