diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-02-12 11:08:59 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-02-12 11:08:59 +0000 |
commit | 56266941552fbd5515113d9488ae8d879ebeeae1 (patch) | |
tree | 0c3f469292914c72531364e9b987b20a6150cbbf /packages/gcc/gcc-4.2.2/arm-thumb.patch | |
parent | 4bc81531a4298fe6cb3b3909c7587458cb1fb710 (diff) |
make gcc-cross compile for arm-oabi again
* closes 3607 3732
Diffstat (limited to 'packages/gcc/gcc-4.2.2/arm-thumb.patch')
-rw-r--r-- | packages/gcc/gcc-4.2.2/arm-thumb.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-4.2.2/arm-thumb.patch b/packages/gcc/gcc-4.2.2/arm-thumb.patch index 69e2f68cf2..016a7a550b 100644 --- a/packages/gcc/gcc-4.2.2/arm-thumb.patch +++ b/packages/gcc/gcc-4.2.2/arm-thumb.patch @@ -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 |