diff options
| author | Khem Raj <raj.khem@gmail.com> | 2012-06-21 16:05:16 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-25 16:35:52 +0100 |
| commit | 2ef14dff79230a67258995c27b49aaab1aae92ca (patch) | |
| tree | 64649c848a1241ba2cdfa5909e9ff282a2348e0c /meta/recipes-devtools/gcc/gcc-4.6/arm-softfloat.patch | |
| parent | aecbfbc0abd584aa1a08cd655eae6e1f99b2a60c (diff) | |
| download | poky-2ef14dff79230a67258995c27b49aaab1aae92ca.tar.gz | |
gcc-4.6: Retire into toochain-layer
If anyone wants it add toolchain-layer from meta-openembedded
repo to your setup
(From OE-Core rev: a78260d8d041e606ce4d10c0bb52f196dd27832e)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6/arm-softfloat.patch')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6/arm-softfloat.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6/arm-softfloat.patch b/meta/recipes-devtools/gcc/gcc-4.6/arm-softfloat.patch deleted file mode 100644 index 01bf80d0f9..0000000000 --- a/meta/recipes-devtools/gcc/gcc-4.6/arm-softfloat.patch +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 3 | Index: gcc-4.6.0/gcc/config/arm/t-linux | ||
| 4 | =================================================================== | ||
| 5 | --- gcc-4.6.0.orig/gcc/config/arm/t-linux | ||
| 6 | +++ gcc-4.6.0/gcc/config/arm/t-linux | ||
| 7 | @@ -23,7 +23,10 @@ TARGET_LIBGCC2_CFLAGS = -fomit-frame-poi | ||
| 8 | |||
| 9 | LIB1ASMSRC = arm/lib1funcs.asm | ||
| 10 | LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx _clzsi2 _clzdi2 \ | ||
| 11 | - _arm_addsubdf3 _arm_addsubsf3 | ||
| 12 | + _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi _fixunsdfsi \ | ||
| 13 | + _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2 \ | ||
| 14 | + _fixsfsi _fixunssfsi _floatdidf _floatdisf _floatundisf _floatundidf | ||
| 15 | +# _arm_addsubdf3 _arm_addsubsf3 | ||
| 16 | |||
| 17 | # MULTILIB_OPTIONS = mhard-float/msoft-float | ||
| 18 | # MULTILIB_DIRNAMES = hard-float soft-float | ||
