diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-21 20:27:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-21 20:27:15 +0000 |
commit | c1678d8799b31988e207530830fc4ce818550c02 (patch) | |
tree | 134de32686ea12d1e27dfcbdb25d060188d9e041 /toolchain/gcc/patches/4.7.0/810-arm-softfloat-libgcc.patch | |
parent | 5410eb0e090194581c84d6f25306308d01ef71b9 (diff) | |
download | upstream-c1678d8799b31988e207530830fc4ce818550c02.tar.gz upstream-c1678d8799b31988e207530830fc4ce818550c02.tar.bz2 upstream-c1678d8799b31988e207530830fc4ce818550c02.zip |
[toolchain] gcc: remove support for 4.7.0
There are no good reasons for keeping this version around when 4.7.2 and
4.7-linaro are there.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34296 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/patches/4.7.0/810-arm-softfloat-libgcc.patch')
-rw-r--r-- | toolchain/gcc/patches/4.7.0/810-arm-softfloat-libgcc.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/toolchain/gcc/patches/4.7.0/810-arm-softfloat-libgcc.patch b/toolchain/gcc/patches/4.7.0/810-arm-softfloat-libgcc.patch deleted file mode 100644 index a3d7db014d..0000000000 --- a/toolchain/gcc/patches/4.7.0/810-arm-softfloat-libgcc.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/gcc/config/arm/linux-elf.h -+++ b/gcc/config/arm/linux-elf.h -@@ -57,7 +57,7 @@ - %{shared:-lc} \ - %{!shared:%{profile:-lc_p}%{!profile:-lc}}" - --#define LIBGCC_SPEC "%{mfloat-abi=soft*:-lfloat} -lgcc" -+#define LIBGCC_SPEC "-lgcc" - - #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2" - ---- a/libgcc/config/arm/t-linux -+++ b/libgcc/config/arm/t-linux -@@ -1,6 +1,10 @@ - LIB1ASMSRC = arm/lib1funcs.S - LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx _clzsi2 _clzdi2 \ -- _arm_addsubdf3 _arm_addsubsf3 -+ _arm_addsubdf3 _arm_addsubsf3 \ -+ _arm_negdf2 _arm_muldivdf3 _arm_cmpdf2 _arm_unorddf2 \ -+ _arm_fixdfsi _arm_fixunsdfsi _arm_truncdfsf2 \ -+ _arm_negsf2 _arm_muldivsf3 _arm_cmpsf2 _arm_unordsf2 \ -+ _arm_fixsfsi _arm_fixunssfsi - - # Just for these, we omit the frame pointer since it makes such a big - # difference. |