From 06e3c660ccc09a5161bd600bf0ee5d5d7a59c589 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Sun, 3 Aug 2008 19:32:14 +0000 Subject: Prepare Creative bootloader compilation for future dual boot integration git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18187 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 2267489997..e709bff62d 100755 --- a/tools/configure +++ b/tools/configure @@ -1489,7 +1489,7 @@ fi plugins="" swcodec="yes" toolset=$ipodbitmaptools - boottool="$rootdir/tools/scramble -creative=zvm" + boottool="$rootdir/tools/scramble -creative=zvm -no-ciff" bootoutput="rockbox.zvmboot" # architecture, manufacturer and model for the target-tree build t_cpu="arm" @@ -1507,7 +1507,7 @@ fi bmp2rb_native="$rootdir/tools/bmp2rb -f 4" bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" - tool="$rootdir/tools/scramble -creative=zvm60" + tool="$rootdir/tools/scramble -creative=zvm60 -no-ciff" USE_ELF="yes" output="rockbox.zvm60" appextra="recorder:gui" @@ -1532,7 +1532,7 @@ fi bmp2rb_native="$rootdir/tools/bmp2rb -f 4" bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" - tool="$rootdir/tools/scramble -creative=zenvision" + tool="$rootdir/tools/scramble -creative=zenvision -no-ciff" USE_ELF="yes" output="rockbox.zv" appextra="recorder:gui" -- cgit v1.2.3