diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-11-19 00:44:07 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-11-19 00:44:07 +0000 |
| commit | bb4872ecce14d621605bdb7c7d71fcafdb9177a6 (patch) | |
| tree | 532eec341064d46ddaad44cb06b9766d3052aa3d /tools | |
| parent | 7c5f5f5c531481964a4a069a0b59a93618d62c91 (diff) | |
| download | rockbox-bb4872ecce14d621605bdb7c7d71fcafdb9177a6.zip rockbox-bb4872ecce14d621605bdb7c7d71fcafdb9177a6.tar.gz rockbox-bb4872ecce14d621605bdb7c7d71fcafdb9177a6.tar.bz2 rockbox-bb4872ecce14d621605bdb7c7d71fcafdb9177a6.tar.xz | |
We use the apps/recorder dir for the iriver build as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5434 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 4 |
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="" |