1
0
Fork 0
forked from len0rd/rockbox

crude fix for gmini build

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5905 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-02-11 11:05:59 +00:00
parent a934c84e03
commit 81a25bbde5

2
tools/configure vendored
View file

@ -334,7 +334,7 @@ if [ -z "$archos" ]; then
target="-DARCHOS_GMINI120 -DLOADADDRESS=\$(LOADADDRESS)" target="-DARCHOS_GMINI120 -DLOADADDRESS=\$(LOADADDRESS)"
memory=16 # fixed size (16 is a guess, remove comment when checked) memory=16 # fixed size (16 is a guess, remove comment when checked)
calmrisccc calmrisccc
tool="$rootdir/tools/scramble" # not correct but... tool="cp" # might work for now!
output="rockboxgmini" output="rockboxgmini"
appextra="recorder" appextra="recorder"
archosrom="" archosrom=""