diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-04-09 11:53:28 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-04-09 11:53:28 +0000 |
commit | e810721e72d0d70d87b02603299d50809b794470 (patch) | |
tree | 19cc6a608e064abd6361493bb5cfa7589c531bba /tools/configure | |
parent | 5a3651bf940001693153ab52a67c9cd87e7d41c7 (diff) | |
download | rockbox-e810721e72d0d70d87b02603299d50809b794470.tar.gz rockbox-e810721e72d0d70d87b02603299d50809b794470.zip |
First commit:
* add Creative (ZVM, 60GB, ZV, ZVW, ZENV) support to scramble
* update configure to the correct values
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17042 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/configure b/tools/configure index 7f70c332ae..151a4b70ff 100755 --- a/tools/configure +++ b/tools/configure @@ -1455,18 +1455,19 @@ fi target_id=35 modelname="creativezvm" target="-DCREATIVE_ZVM" - memory=32 # always + memory=64 arm926ejscc bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" bmp2rb_native="$rootdir/tools/bmp2rb -f 4" bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" + tool="cp" output="rockbox.zvm" appextra="recorder:gui" - plugins="yes" + plugins="" swcodec="yes" toolset=$gigabeatbitmaptools - boottool="$rootdir/tools/scramble -zvm" + boottool="$rootdir/tools/scramble -creative=zvm" bootoutput="rockbox.zvmboot" # architecture, manufacturer and model for the target-tree build t_cpu="arm" @@ -1998,7 +1999,7 @@ sed > Makefile \ -e "s,@VOICETOOLSET@,${voicetoolset},g" \ -e "s,@LANGS@,${buildlangs},g" \ <<EOF -## Automaticly generated. http://www.rockbox.org/ +## Automatically generated. http://www.rockbox.org/ ifndef V SILENT=@ |