config/arch/m68k.in
author Remy Bohmer <linux@bohmer.net>
Fri Apr 09 21:04:38 2010 +0200 (2010-04-09)
changeset 1902 faade25219ed
child 2444 896cb0d36c1a
permissions -rw-r--r--
libc/newlib: the m68k processor does not like unaligned

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>
     1 # m68k specific configuration file
     2 # depends on EXPERIMENTAL
     3 
     4 config ARCH_m68k
     5     select ARCH_SUPPORTS_32
     6     select ARCH_DEFAULT_32
     7     select ARCH_DEFAULT_BE
     8     select ARCH_SUPPORT_CPU
     9      help
    10       The m68k architecture