diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-02-18 18:11:04 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-02-18 18:11:04 +0000 |
commit | 0fe95301c99c14f56bce1c58b75e6881dc0f0aa1 (patch) | |
tree | c8fb5df09cf3ce3f8b34781992074e83c4536b58 /toolchain/gcc/patches/4.1.2/910-soft-float.patch | |
parent | c0ac3512d9bdf5602bb3e05400f6abb3c9d1a21c (diff) | |
download | upstream-0fe95301c99c14f56bce1c58b75e6881dc0f0aa1.tar.gz upstream-0fe95301c99c14f56bce1c58b75e6881dc0f0aa1.tar.bz2 upstream-0fe95301c99c14f56bce1c58b75e6881dc0f0aa1.zip |
gcc: refresh patches for gcc 4.1.2
SVN-Revision: 14554
Diffstat (limited to 'toolchain/gcc/patches/4.1.2/910-soft-float.patch')
-rw-r--r-- | toolchain/gcc/patches/4.1.2/910-soft-float.patch | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/toolchain/gcc/patches/4.1.2/910-soft-float.patch b/toolchain/gcc/patches/4.1.2/910-soft-float.patch index 3f886acbf5..66cb3992aa 100644 --- a/toolchain/gcc/patches/4.1.2/910-soft-float.patch +++ b/toolchain/gcc/patches/4.1.2/910-soft-float.patch @@ -1,6 +1,17 @@ ---- gcc-4.2-20061205/gcc/config/arm/t-linux 2006-12-08 15:18:33.000000000 -0800 -+++ gcc-4.2-20061205/gcc/config/arm/t-linux 2006-12-08 15:18:33.000000000 -0800 -@@ -4,7 +4,10 @@ +--- a/gcc/config/arm/linux-elf.h ++++ b/gcc/config/arm/linux-elf.h +@@ -63,7 +63,7 @@ + %{shared:-lc} \ + %{!shared:%{profile:-lc_p}%{!profile:-lc}}" + +-#define LIBGCC_SPEC "%{msoft-float:-lfloat} %{mfloat-abi=soft*:-lfloat} -lgcc" ++#define LIBGCC_SPEC "-lgcc" + + #ifdef USE_UCLIBC + #define LINUX_TARGET_INTERPRETER "/lib/ld-uClibc.so.0" +--- a/gcc/config/arm/t-linux ++++ b/gcc/config/arm/t-linux +@@ -4,7 +4,10 @@ TARGET_LIBGCC2_CFLAGS = -fomit-frame-poi LIBGCC2_DEBUG_CFLAGS = -g0 LIB1ASMSRC = arm/lib1funcs.asm @@ -12,15 +23,3 @@ # MULTILIB_OPTIONS = mhard-float/msoft-float # MULTILIB_DIRNAMES = hard-float soft-float - ---- gcc-4.2-20061205/gcc/config/arm/linux-elf.h 2006-12-08 15:18:33.000000000 -0800 -+++ gcc-4.2-20061205/gcc/config/arm/linux-elf.h 2006-12-08 15:18:33.000000000 -0800 -@@ -63,7 +63,7 @@ - %{shared:-lc} \ - %{!shared:%{profile:-lc_p}%{!profile:-lc}}" - --#define LIBGCC_SPEC "%{msoft-float:-lfloat} %{mfloat-abi=soft*:-lfloat} -lgcc" -+#define LIBGCC_SPEC "-lgcc" - - #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2" - |