diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-02-06 03:11:26 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-02-06 03:11:26 +0000 |
| commit | 9ae46dca9c262a83be88573d02a8f958eaa9af41 (patch) | |
| tree | 807bdd7e063147ff20d21f8f48419279fbbd0ea3 | |
| parent | 2c6f08ddfc9538988818b6a2b65ecd638571c49c (diff) | |
| download | rockbox-9ae46dca9c262a83be88573d02a8f958eaa9af41.zip rockbox-9ae46dca9c262a83be88573d02a8f958eaa9af41.tar.gz rockbox-9ae46dca9c262a83be88573d02a8f958eaa9af41.tar.bz2 rockbox-9ae46dca9c262a83be88573d02a8f958eaa9af41.tar.xz | |
Strict alignment for the coldfire
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5809 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index aa49dca..cc220cd 100755 --- a/tools/configure +++ b/tools/configure @@ -45,7 +45,7 @@ coldfirecc () { AR=m68k-elf-ar AS=m68k-elf-as OC=m68k-elf-objcopy - GCCOPTS="$CCOPTS -g -m5200 -Wa\,-m5249" + GCCOPTS="$CCOPTS -g -m5200 -Wa\,-m5249 -malign-int -mstrict-align" GCCOPTIMIZE="-fomit-frame-pointer" } |