diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-13 13:10:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-13 13:10:00 -0700 |
commit | c609be171376b31ffe2648aef52c44a2e46f3c09 (patch) | |
tree | a6251c04324659cc42c705859564408b0ccff944 /packages/gcc/6.4.0/810-arm-softfloat-libgcc.patch | |
parent | 45c5bb0f484cba724be2c6105801dcce9a1a82d9 (diff) | |
parent | d7b1296b16ee15aad8b42ec4dc9766e9e87fe6eb (diff) | |
download | crosstool-ng-c609be171376b31ffe2648aef52c44a2e46f3c09.tar.gz crosstool-ng-c609be171376b31ffe2648aef52c44a2e46f3c09.tar.bz2 crosstool-ng-c609be171376b31ffe2648aef52c44a2e46f3c09.zip |
Merge pull request #775 from stilor/gcc-6.4
Update to GCC 6.4
Diffstat (limited to 'packages/gcc/6.4.0/810-arm-softfloat-libgcc.patch')
-rw-r--r-- | packages/gcc/6.4.0/810-arm-softfloat-libgcc.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/packages/gcc/6.4.0/810-arm-softfloat-libgcc.patch b/packages/gcc/6.4.0/810-arm-softfloat-libgcc.patch new file mode 100644 index 00000000..5efa7fd1 --- /dev/null +++ b/packages/gcc/6.4.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. |