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
This commit is contained in:
parent
7c5f5f5c53
commit
bb4872ecce
1 changed files with 2 additions and 2 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue