diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-18 18:11:04 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-18 18:11:04 +0000 |
commit | cc81d3493ef1f3071153ccf6ecb352d4cb252984 (patch) | |
tree | 89b3b50233e7c09650140245df7bcd1f4708ffe4 /toolchain/gcc/patches/4.1.2/110-arm-eabi.patch | |
parent | e231cd283e6100dd806e1cca8d8ef46fff677b1a (diff) |
gcc: refresh patches for gcc 4.1.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14554 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/patches/4.1.2/110-arm-eabi.patch')
-rw-r--r-- | toolchain/gcc/patches/4.1.2/110-arm-eabi.patch | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/toolchain/gcc/patches/4.1.2/110-arm-eabi.patch b/toolchain/gcc/patches/4.1.2/110-arm-eabi.patch index acebe5308f..2f2d93539a 100644 --- a/toolchain/gcc/patches/4.1.2/110-arm-eabi.patch +++ b/toolchain/gcc/patches/4.1.2/110-arm-eabi.patch @@ -1,18 +1,16 @@ ---- gcc-2005q3-1.orig/gcc/config.gcc 2005-10-31 19:02:54.000000000 +0300 -+++ gcc-2005q3-1/gcc/config.gcc 2006-01-27 01:09:09.000000000 +0300 -@@ -674,7 +674,7 @@ +--- a/gcc/config.gcc ++++ b/gcc/config.gcc +@@ -674,7 +674,7 @@ arm*-*-linux*) # ARM GNU/Linux with EL tm_file="dbxelf.h elfos.h linux.h arm/elf.h arm/linux-gas.h arm/linux-elf.h" - tmake_file="t-slibgcc-elf-ver t-linux arm/t-arm" + tmake_file="${tmake_file} t-linux arm/t-arm" case ${target} in - arm*-*-linux-gnueabi) + arm*-*-linux-gnueabi | arm*-*-linux-uclibcgnueabi) 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 - -diff -urN gcc-2005q3-2/gcc/config/arm/linux-eabi.h gcc-2005q3-2.new/gcc/config/arm/linux-eabi.h ---- gcc-2005q3-2/gcc/config/arm/linux-eabi.h 2005-12-07 23:14:16.000000000 +0300 -+++ gcc-2005q3-2.new/gcc/config/arm/linux-eabi.h 2006-03-29 19:02:34.000000000 +0400 +--- a/gcc/config/arm/linux-eabi.h ++++ b/gcc/config/arm/linux-eabi.h @@ -53,7 +53,11 @@ /* Use ld-linux.so.3 so that it will be possible to run "classic" GNU/Linux binaries on an EABI system. */ |