From aa28709910172a7651f67c564d903ab0241491d5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 6 Dec 2005 22:04:43 +0000 Subject: build tools/codepages for all targets except for the player git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8180 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 21519f306f..0935bbb73e 100755 --- a/tools/configure +++ b/tools/configure @@ -414,12 +414,12 @@ appsdir='\$(ROOTDIR)/apps' getit=`input`; # Set of tools built for all target platforms: - toolset="rdf2binary" + toolset="rdf2binary convbdf" # Toolsets for some target families: - archosbitmaptools="$toolset scramble descramble sh2d uclpack bmp2rb convbdf" - iriverbitmaptools="$toolset scramble descramble mkboot bmp2rb convbdf" - ipodbitmaptools="$toolset scramble ipod_fw bmp2rb convbdf" + archosbitmaptools="$toolset scramble descramble sh2d uclpack bmp2rb codepages" + iriverbitmaptools="$toolset scramble descramble mkboot bmp2rb codepages" + ipodbitmaptools="$toolset scramble ipod_fw bmp2rb codepages" case $getit in @@ -437,7 +437,7 @@ appsdir='\$(ROOTDIR)/apps' # toolset is the tools within the tools directory that we build for # this particular target. - toolset="$toolset scramble descramble sh2d generate_rocklatin uclpack convbdf" + toolset="$toolset scramble descramble sh2d generate_rocklatin uclpack" # Note: the convbdf is present in the toolset just because: 1) the # firmware/Makefile assumes it is present always, and 2) we will need it when we @@ -507,7 +507,7 @@ appsdir='\$(ROOTDIR)/apps' codecs="libmad" # toolset is the tools within the tools directory that we build for # this particular target. - toolset="$toolset bmp2rb convbdf" + toolset="$toolset bmp2rb codepages" ;; 6) @@ -524,7 +524,7 @@ appsdir='\$(ROOTDIR)/apps' codecs="libmad" # toolset is the tools within the tools directory that we build for # this particular target. - toolset="$toolset bmp2rb convbdf" + toolset="$toolset bmp2rb codepages" ;; 7) @@ -622,7 +622,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 convbdf" + toolset="$toolset iaudio bmp2rb codepages" ;; 13) -- cgit v1.2.3