[oe-commits] org.oe.dev make gcc-cross compile for arm-oabi again

thesing commit openembedded-commits at lists.openembedded.org
Tue Feb 12 12:05:41 UTC 2008


make gcc-cross compile for arm-oabi again
* closes 3607 3732

Author: thesing at openembedded.org
Branch: org.openembedded.dev
Revision: 9f3d06c0980328d0fb67a4c6efe474543b358c01
ViewMTN: http://monotone.openembedded.org/revision/info/9f3d06c0980328d0fb67a4c6efe474543b358c01
Files:
1
packages/gcc/gcc-4.2.2/arm-softfloat.patch
packages/gcc/gcc-4.2.2/arm-thumb.patch
Diffs:

#
# mt diff -r4c6a78cd39c412e9181c9535fc96d16f9f079517 -r9f3d06c0980328d0fb67a4c6efe474543b358c01
#
# 
# 
# patch "packages/gcc/gcc-4.2.2/arm-softfloat.patch"
#  from [c2fcfd20cc1076a976149055efa9d3d47ccc9961]
#    to [a75dd0178c0e43be67c6e716da8c1a82a6270226]
# 
# patch "packages/gcc/gcc-4.2.2/arm-thumb.patch"
#  from [c1ab94e8925134bf5b5cae5a2689f0c7127eb008]
#    to [4e5930d45cd65afd0706edb94267818b9cd1ec05]
# 
============================================================
--- packages/gcc/gcc-4.2.2/arm-softfloat.patch	c2fcfd20cc1076a976149055efa9d3d47ccc9961
+++ packages/gcc/gcc-4.2.2/arm-softfloat.patch	a75dd0178c0e43be67c6e716da8c1a82a6270226
@@ -10,7 +10,7 @@ Index: gcc-4.0.2/gcc/config/arm/t-linux
 +LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx \
 +    _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi _fixunsdfsi \
 +    _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2 \
-+    _fixsfsi _fixunssfsi _floatdidf _floatdisf
++    _fixsfsi _fixunssfsi _floatdidf _floatdisf _floatundisf _floatundidf
  
  # MULTILIB_OPTIONS = mhard-float/msoft-float
  # MULTILIB_DIRNAMES = hard-float soft-float
============================================================
--- packages/gcc/gcc-4.2.2/arm-thumb.patch	c1ab94e8925134bf5b5cae5a2689f0c7127eb008
+++ packages/gcc/gcc-4.2.2/arm-thumb.patch	4e5930d45cd65afd0706edb94267818b9cd1ec05
@@ -59,6 +59,6 @@
      _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi _fixunsdfsi \
      _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2 \
 +    _call_via_rX \
-     _fixsfsi _fixunssfsi _floatdidf _floatdisf
+     _fixsfsi _fixunssfsi _floatdidf _floatdisf _floatundisf _floatundidf
  
  # MULTILIB_OPTIONS = mhard-float/msoft-float






More information about the Openembedded-commits mailing list