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:
parent
a934c84e03
commit
81a25bbde5
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -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=""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue