diff options
author | Alexey Neyman <stilor@att.net> | 2017-10-23 16:04:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-23 16:04:03 -0700 |
commit | aec73d9cb8cb113c1726df0e24e3d2f46fa1350b (patch) | |
tree | 021618d4d519d6ab2cc5e2909fd2a530397b2c44 /packages/gcc/5.5.0/810-arm-softfloat-libgcc.patch | |
parent | 6a8eb24df62ed45e175c10212b529134d3b7405e (diff) | |
parent | 8e5de7fcbf123c52fe74666396cebbd21a9d34aa (diff) | |
download | crosstool-ng-aec73d9cb8cb113c1726df0e24e3d2f46fa1350b.tar.gz crosstool-ng-aec73d9cb8cb113c1726df0e24e3d2f46fa1350b.tar.bz2 crosstool-ng-aec73d9cb8cb113c1726df0e24e3d2f46fa1350b.zip |
Merge pull request #850 from stilor/upgrades
Upgrades: gcc 5.5, gdb 8.0.1, musl 1.1.17, Linux
Diffstat (limited to 'packages/gcc/5.5.0/810-arm-softfloat-libgcc.patch')
-rw-r--r-- | packages/gcc/5.5.0/810-arm-softfloat-libgcc.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/packages/gcc/5.5.0/810-arm-softfloat-libgcc.patch b/packages/gcc/5.5.0/810-arm-softfloat-libgcc.patch new file mode 100644 index 00000000..5efa7fd1 --- /dev/null +++ b/packages/gcc/5.5.0/810-arm-softfloat-libgcc.patch @@ -0,0 +1,30 @@ +Index: b/gcc/config/arm/linux-elf.h +=================================================================== +--- a/gcc/config/arm/linux-elf.h ++++ b/gcc/config/arm/linux-elf.h +@@ -60,7 +60,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" + +Index: b/libgcc/config/arm/t-linux +=================================================================== +--- a/libgcc/config/arm/t-linux ++++ b/libgcc/config/arm/t-linux +@@ -1,6 +1,11 @@ + LIB1ASMSRC = arm/lib1funcs.S + LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx _clzsi2 _clzdi2 \ +- _ctzsi2 _arm_addsubdf3 _arm_addsubsf3 ++ _ctzsi2 _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. |