mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 19:02:23 +01:00
We call the recipes 4.6 Remove the backport patches (From OE-Core rev: 68b545f4ff719f2b6e57d68b002dc9845c7a14ae) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
760 B
Diff
19 lines
760 B
Diff
Upstream-Status: Pending
|
|
|
|
Index: gcc-4.6.0/gcc/config/arm/t-linux
|
|
===================================================================
|
|
--- gcc-4.6.0.orig/gcc/config/arm/t-linux
|
|
+++ gcc-4.6.0/gcc/config/arm/t-linux
|
|
@@ -23,7 +23,10 @@ TARGET_LIBGCC2_CFLAGS = -fomit-frame-poi
|
|
|
|
LIB1ASMSRC = arm/lib1funcs.asm
|
|
LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx _clzsi2 _clzdi2 \
|
|
- _arm_addsubdf3 _arm_addsubsf3
|
|
+ _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi _fixunsdfsi \
|
|
+ _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2 \
|
|
+ _fixsfsi _fixunssfsi _floatdidf _floatdisf _floatundisf _floatundidf
|
|
+# _arm_addsubdf3 _arm_addsubsf3
|
|
|
|
# MULTILIB_OPTIONS = mhard-float/msoft-float
|
|
# MULTILIB_DIRNAMES = hard-float soft-float
|