aboutsummaryrefslogtreecommitdiff
path: root/patches/newlib/1.18.0/100-fix-unaligned-access-memcpy-m68k.patch
Commit message (Collapse)AuthorAgeFilesLines
* Convert the rest of packages to new frameworkAlexey Neyman2017-07-081-23/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* libc/newlib: the m68k processor does not like unalignedRemy Bohmer2010-04-091-0/+23
Disable unaligned access at least for mcpu32, m68010 and m68020. These processors certainly do not like unaligned accesses. Signed-off-by: Remy Bohmer <linux@bohmer.net>