summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-02-18 21:21:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-02-18 21:21:22 +0000
commit8308d1b305a8c06e6b568b061386b35042c62a5c (patch)
tree75b36465c405fa035892215f52bfee7ec26d4e5b /tools/configure
parent65068e28f3aedf841045a0f6167d68fb898c1595 (diff)
fixed the mrobe 100 accidental change and corrected the compiler target setup
for creativezvm git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16348 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index 83ce296546..0cd0f8e390 100755
--- a/tools/configure
+++ b/tools/configure
@@ -618,7 +618,7 @@ cat <<EOF
==Tatung== ==Olympus== ==Logik==
60) Elio TPJ-1022 70) M:Robe 500 80) DAX 1GB MP3/DAB
- 71) M:Robe 10
+ 71) M:Robe 100
==Creative==
90) Zen Vision:M
EOF
@@ -1328,7 +1328,7 @@ EOF
modelname="creativezvm"
target="-DCREATIVE_ZVM"
memory=32 # always
- arm9cc
+ arm926ejscc
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0"