summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index c97f4a3d3a..973c785431 100755
--- a/tools/configure
+++ b/tools/configure
@@ -35,7 +35,7 @@ coldfirecc () {
35 AR=m68k-elf-ar 35 AR=m68k-elf-ar
36 AS=m68k-elf-as 36 AS=m68k-elf-as
37 OC=m68k-elf-objcopy 37 OC=m68k-elf-objcopy
38 GCCOPTS="$CCOPTS -m5200 -Wa\,-m5249" 38 GCCOPTS="$CCOPTS -g -m5200 -Wa\,-m5249"
39 GCCOPTIMIZE="-fomit-frame-pointer" 39 GCCOPTIMIZE="-fomit-frame-pointer"
40} 40}
41 41
@@ -328,7 +328,7 @@ if [ -z "$archos" ]; then
328 coldfirecc 328 coldfirecc
329 tool="cp" 329 tool="cp"
330 output="rockbox.iriver" 330 output="rockbox.iriver"
331 appextra="" 331 appextra="recorder"
332 archosrom="" 332 archosrom=""
333 flash="" 333 flash=""
334 plugins="" 334 plugins=""