summaryrefslogtreecommitdiffstats
path: root/patches/gcc-4.1.2/generic/uclibc/110-arm-eabi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/gcc-4.1.2/generic/uclibc/110-arm-eabi.patch')
-rw-r--r--patches/gcc-4.1.2/generic/uclibc/110-arm-eabi.patch43
1 files changed, 33 insertions, 10 deletions
diff --git a/patches/gcc-4.1.2/generic/uclibc/110-arm-eabi.patch b/patches/gcc-4.1.2/generic/uclibc/110-arm-eabi.patch
index acebe53..29c797a 100644
--- a/patches/gcc-4.1.2/generic/uclibc/110-arm-eabi.patch
+++ b/patches/gcc-4.1.2/generic/uclibc/110-arm-eabi.patch
@@ -1,19 +1,42 @@
---- 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 @@
- 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"
+From: svn://uclibc.org/trunk/buildroot/toolchain/gcc/4.1.2/110-arm-eabi.patch
+
+Path: 110-arm-eabi.patch
+Name: 110-arm-eabi.patch
+URL: svn://uclibc.org/trunk/buildroot/toolchain/gcc/4.1.2/110-arm-eabi.patch
+Repository Root: svn://uclibc.org
+Repository UUID: 69ca8d6d-28ef-0310-b511-8ec308f3f277
+Revision: 21884
+Node Kind: file
+Schedule: normal
+Last Changed Author: lethal
+Last Changed Rev: 15298
+Last Changed Date: 2006-06-06 13:36:15 +0200 (Tue, 06 Jun 2006)
+Text Last Updated: 2008-03-27 14:45:05 +0100 (Thu, 27 Mar 2008)
+Checksum: 9dadfab32668547b77fbf93cd5c66c3a
+
+---
+ gcc/config.gcc | 2 +-
+ gcc/config/arm/linux-eabi.h | 4 ++++
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+Index: gcc-4.1.2/gcc/config.gcc
+===================================================================
+--- gcc-4.1.2.orig/gcc/config.gcc
++++ gcc-4.1.2/gcc/config.gcc
+@@ -679,7 +679,7 @@ arm*-*-linux*) # ARM GNU/Linux with EL
+ esac
+ 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
-@@ -53,7 +53,11 @@
+Index: gcc-4.1.2/gcc/config/arm/linux-eabi.h
+===================================================================
+--- gcc-4.1.2.orig/gcc/config/arm/linux-eabi.h
++++ gcc-4.1.2/gcc/config/arm/linux-eabi.h
+@@ -64,7 +64,11 @@
/* Use ld-linux.so.3 so that it will be possible to run "classic"
GNU/Linux binaries on an EABI system. */
#undef LINUX_TARGET_INTERPRETER