diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-07 20:32:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-07 20:32:31 +0000 |
commit | 0b0cf026cf665aa9192842f36fee7a48acbc22f0 (patch) | |
tree | 0502f899d975823f7473e86c5b63d0250186c869 /meta/packages/gcc/gcc-4.3.0/arm-softfloat.patch | |
parent | 1f8b96909c61e8bed1bc2e904ac28d9232f1ab81 (diff) | |
download | poky-0b0cf026cf665aa9192842f36fee7a48acbc22f0.tar.gz |
gcc: Add 4.3.0 from OE.dev (not default)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4188 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc-4.3.0/arm-softfloat.patch')
-rw-r--r-- | meta/packages/gcc/gcc-4.3.0/arm-softfloat.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-4.3.0/arm-softfloat.patch b/meta/packages/gcc/gcc-4.3.0/arm-softfloat.patch new file mode 100644 index 0000000000..5e1edd9208 --- /dev/null +++ b/meta/packages/gcc/gcc-4.3.0/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 | ||