summaryrefslogtreecommitdiff
path: root/patches/gcc/4.1.2/110-arm-eabi.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-03-04 22:56:04 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-03-04 22:56:04 (GMT)
commit1772045f66221f1dcc0cc5dba5adc862a280141a (patch)
tree2a15530e9d25cd6dacd4df5203ed5a405b3cfda5 /patches/gcc/4.1.2/110-arm-eabi.patch
parent28519997cb12e5f99bc83c8c221528fdd2e525fb (diff)
Add gcc-4.1.2 and update associated patches.
Diffstat (limited to 'patches/gcc/4.1.2/110-arm-eabi.patch')
-rw-r--r--patches/gcc/4.1.2/110-arm-eabi.patch12
1 files changed, 5 insertions, 7 deletions
diff --git a/patches/gcc/4.1.2/110-arm-eabi.patch b/patches/gcc/4.1.2/110-arm-eabi.patch
index acebe53..6a7a36d 100644
--- a/patches/gcc/4.1.2/110-arm-eabi.patch
+++ b/patches/gcc/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
+--- gcc-4.1.2.orig/gcc/config.gcc 2007-03-04 23:25:37.000000000 +0100
++++ gcc-4.1.2/gcc/config.gcc 2007-03-04 23:25:45.000000000 +0100
@@ -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"
+ 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
+--- gcc-4.1.2.orig/gcc/config/arm/linux-eabi.h 2005-11-15 15:32:13.000000000 +0100
++++ gcc-4.1.2/gcc/config/arm/linux-eabi.h 2007-03-04 23:25:45.000000000 +0100
@@ -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. */