From 64bdc708a49a0bba9ab879cc2b517e9d6d2ccdd7 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sun, 5 Feb 2006 00:08:29 +0000 Subject: Build the correct set of tools for the iaudio x5, and use a dummy scrambler for now git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8570 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/configure b/tools/configure index 252612176d..194575ad8d 100755 --- a/tools/configure +++ b/tools/configure @@ -457,6 +457,7 @@ appsdir='\$(ROOTDIR)/apps' # Toolsets for some target families: archosbitmaptools="$toolset scramble descramble sh2d uclpack bmp2rb codepages" iriverbitmaptools="$toolset scramble descramble mkboot bmp2rb codepages" + iaudiobitmaptools="$toolset scramble descramble mkboot bmp2rb codepages" ipodbitmaptools="$toolset scramble ipod_fw bmp2rb codepages" ifpbitmaptools="$toolset bmp2rb codepages" @@ -678,7 +679,7 @@ appsdir='\$(ROOTDIR)/apps' target="-DIAUDIO_X5" memory=32 # always coldfirecc - tool="$rootdir/tools/scramble -add=x5" # wrong, must be fixed + tool="$rootdir/tools/scramble -add=h120" # wrong, must be fixed bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" bmp2rb_native="$rootdir/tools/bmp2rb -f 4" bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" @@ -691,7 +692,7 @@ appsdir='\$(ROOTDIR)/apps' codecs="libmad liba52 libffmpegFLAC libTremor libwavpack dumb libmusepack libalac libfaad libm4a" # toolset is the tools within the tools directory that we build for # this particular target. - toolset="$toolset iaudio bmp2rb codepages" + toolset="$iaudiobitmaptools" ;; 13) -- cgit v1.2.3