summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-11 11:05:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-11 11:05:59 +0000
commit81a25bbde539f62f211a54062b941adf430e3403 (patch)
tree5769b8325dfa7d1084449142a6f401615adb36d6
parenta934c84e035a4030cb21df4953aa743e1e463661 (diff)
downloadrockbox-81a25bbde539f62f211a54062b941adf430e3403.tar.gz
rockbox-81a25bbde539f62f211a54062b941adf430e3403.zip
crude fix for gmini build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5905 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 8ffc5f2c8a..92f7d04154 100755
--- a/tools/configure
+++ b/tools/configure
@@ -334,7 +334,7 @@ if [ -z "$archos" ]; then
334 target="-DARCHOS_GMINI120 -DLOADADDRESS=\$(LOADADDRESS)" 334 target="-DARCHOS_GMINI120 -DLOADADDRESS=\$(LOADADDRESS)"
335 memory=16 # fixed size (16 is a guess, remove comment when checked) 335 memory=16 # fixed size (16 is a guess, remove comment when checked)
336 calmrisccc 336 calmrisccc
337 tool="$rootdir/tools/scramble" # not correct but... 337 tool="cp" # might work for now!
338 output="rockboxgmini" 338 output="rockboxgmini"
339 appextra="recorder" 339 appextra="recorder"
340 archosrom="" 340 archosrom=""