diff options
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure index 6a7eaeb28d..db10d1bf64 100755 --- a/tools/configure +++ b/tools/configure | |||
@@ -381,10 +381,10 @@ calmrisccc () { | |||
381 | 381 | ||
382 | coldfirecc () { | 382 | coldfirecc () { |
383 | prefixtools m68k-elf- | 383 | prefixtools m68k-elf- |
384 | GCCOPTS="$CCOPTS -m5206e -Wa\,-m5249 -malign-int -mstrict-align" | 384 | GCCOPTS="$CCOPTS -mcpu=5249 -malign-int -mstrict-align" |
385 | GCCOPTIMIZE="-fomit-frame-pointer" | 385 | GCCOPTIMIZE="-fomit-frame-pointer" |
386 | endian="big" | 386 | endian="big" |
387 | gccchoice="3.4.6" | 387 | gccchoice="4.5.2" |
388 | } | 388 | } |
389 | 389 | ||
390 | arm7tdmicc () { | 390 | arm7tdmicc () { |