forked from len0rd/rockbox
Strict alignment for the coldfire
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5809 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2c6f08ddfc
commit
9ae46dca9c
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -45,7 +45,7 @@ coldfirecc () {
|
||||||
AR=m68k-elf-ar
|
AR=m68k-elf-ar
|
||||||
AS=m68k-elf-as
|
AS=m68k-elf-as
|
||||||
OC=m68k-elf-objcopy
|
OC=m68k-elf-objcopy
|
||||||
GCCOPTS="$CCOPTS -g -m5200 -Wa\,-m5249"
|
GCCOPTS="$CCOPTS -g -m5200 -Wa\,-m5249 -malign-int -mstrict-align"
|
||||||
GCCOPTIMIZE="-fomit-frame-pointer"
|
GCCOPTIMIZE="-fomit-frame-pointer"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue