1
0
Fork 0
forked from len0rd/rockbox

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:
Linus Nielsen Feltzing 2004-11-19 00:44:07 +00:00
parent 7c5f5f5c53
commit bb4872ecce

4
tools/configure vendored
View file

@ -35,7 +35,7 @@ coldfirecc () {
AR=m68k-elf-ar AR=m68k-elf-ar
AS=m68k-elf-as AS=m68k-elf-as
OC=m68k-elf-objcopy OC=m68k-elf-objcopy
GCCOPTS="$CCOPTS -m5200 -Wa\,-m5249" GCCOPTS="$CCOPTS -g -m5200 -Wa\,-m5249"
GCCOPTIMIZE="-fomit-frame-pointer" GCCOPTIMIZE="-fomit-frame-pointer"
} }
@ -328,7 +328,7 @@ if [ -z "$archos" ]; then
coldfirecc coldfirecc
tool="cp" tool="cp"
output="rockbox.iriver" output="rockbox.iriver"
appextra="" appextra="recorder"
archosrom="" archosrom=""
flash="" flash=""
plugins="" plugins=""