config/config.in
author Remy Bohmer <linux@bohmer.net>
Fri Apr 09 21:04:38 2010 +0200 (2010-04-09)
branch1.6
changeset 1923 37613068818d
parent 1498 c2d0b8c87386
child 1854 02b74bd4373f
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>
(transplanted from faade25219ed565993b7b26357991d3130697515)
yann@1
     1
source config/global.in
yann@1
     2
source config/target.in
yann@41
     3
source config/toolchain.in
yann@1
     4
source config/kernel.in
yann@1
     5
source config/binutils.in
yann@1
     6
source config/cc.in
yann@1
     7
source config/libc.in
yann@1498
     8
source config/debug.in
yann@916
     9
source config/tools.in
yann@1497
    10
source config/companion_libs.in
richard@1727
    11
source config/companion_tools.in