From 81a25bbde539f62f211a54062b941adf430e3403 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 11 Feb 2005 11:05:59 +0000 Subject: crude fix for gmini build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5905 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 target="-DARCHOS_GMINI120 -DLOADADDRESS=\$(LOADADDRESS)" memory=16 # fixed size (16 is a guess, remove comment when checked) calmrisccc - tool="$rootdir/tools/scramble" # not correct but... + tool="cp" # might work for now! output="rockboxgmini" appextra="recorder" archosrom="" -- cgit v1.2.3