summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index c97f4a3..973c785 100755
--- a/tools/configure
+++ b/tools/configure
@@ -35,7 +35,7 @@ coldfirecc () {
AR=m68k-elf-ar
AS=m68k-elf-as
OC=m68k-elf-objcopy
- GCCOPTS="$CCOPTS -m5200 -Wa\,-m5249"
+ GCCOPTS="$CCOPTS -g -m5200 -Wa\,-m5249"
GCCOPTIMIZE="-fomit-frame-pointer"
}
@@ -328,7 +328,7 @@ if [ -z "$archos" ]; then
coldfirecc
tool="cp"
output="rockbox.iriver"
- appextra=""
+ appextra="recorder"
archosrom=""
flash=""
plugins=""