diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-22 09:42:20 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-22 09:42:20 +0100 |
commit | e6a3149428ef2d42d9a9df78a19c2e52496f3deb (patch) | |
tree | 368294cd96f741990717234a6819cc60c1b413f6 /meta/packages/gcc/gcc-4.3.3/arm-softfloat.patch | |
parent | f887fcd665505453412a9f2e2508404e6ec4eea8 (diff) | |
download | poky-e6a3149428ef2d42d9a9df78a19c2e52496f3deb.tar.gz |
gcc: Add 4.3.3 and switch to for Moblin
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-4.3.3/arm-softfloat.patch')
-rw-r--r-- | meta/packages/gcc/gcc-4.3.3/arm-softfloat.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-4.3.3/arm-softfloat.patch b/meta/packages/gcc/gcc-4.3.3/arm-softfloat.patch new file mode 100644 index 0000000000..5e1edd9208 --- /dev/null +++ b/meta/packages/gcc/gcc-4.3.3/arm-softfloat.patch | |||
@@ -0,0 +1,16 @@ | |||
1 | Index: gcc-4.0.2/gcc/config/arm/t-linux | ||
2 | =================================================================== | ||
3 | --- gcc-4.0.2.orig/gcc/config/arm/t-linux 2004-05-15 12:41:35.000000000 +0000 | ||
4 | +++ gcc-4.0.2/gcc/config/arm/t-linux 2005-11-11 16:07:53.000000000 +0000 | ||
5 | @@ -4,7 +4,10 @@ | ||
6 | LIBGCC2_DEBUG_CFLAGS = -g0 | ||
7 | |||
8 | LIB1ASMSRC = arm/lib1funcs.asm | ||
9 | -LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx | ||
10 | +LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx \ | ||
11 | + _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi _fixunsdfsi \ | ||
12 | + _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2 \ | ||
13 | + _fixsfsi _fixunssfsi _floatdidf _floatdisf _floatundisf _floatundidf | ||
14 | |||
15 | # MULTILIB_OPTIONS = mhard-float/msoft-float | ||
16 | # MULTILIB_DIRNAMES = hard-float soft-float | ||