summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-12-06 22:04:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-12-06 22:04:43 +0000
commitaa28709910172a7651f67c564d903ab0241491d5 (patch)
tree49e13afd5e12d4f4939b53056277f56373c64837 /tools/configure
parentcd02e816e7533fa2f43d3225ca6873b64f58c4cf (diff)
downloadrockbox-aa28709910172a7651f67c564d903ab0241491d5.tar.gz
rockbox-aa28709910172a7651f67c564d903ab0241491d5.zip
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
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure16
1 files changed, 8 insertions, 8 deletions
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'
414 getit=`input`; 414 getit=`input`;
415 415
416 # Set of tools built for all target platforms: 416 # Set of tools built for all target platforms:
417 toolset="rdf2binary" 417 toolset="rdf2binary convbdf"
418 418
419 # Toolsets for some target families: 419 # Toolsets for some target families:
420 archosbitmaptools="$toolset scramble descramble sh2d uclpack bmp2rb convbdf" 420 archosbitmaptools="$toolset scramble descramble sh2d uclpack bmp2rb codepages"
421 iriverbitmaptools="$toolset scramble descramble mkboot bmp2rb convbdf" 421 iriverbitmaptools="$toolset scramble descramble mkboot bmp2rb codepages"
422 ipodbitmaptools="$toolset scramble ipod_fw bmp2rb convbdf" 422 ipodbitmaptools="$toolset scramble ipod_fw bmp2rb codepages"
423 423
424 case $getit in 424 case $getit in
425 425
@@ -437,7 +437,7 @@ appsdir='\$(ROOTDIR)/apps'
437 437
438 # toolset is the tools within the tools directory that we build for 438 # toolset is the tools within the tools directory that we build for
439 # this particular target. 439 # this particular target.
440 toolset="$toolset scramble descramble sh2d generate_rocklatin uclpack convbdf" 440 toolset="$toolset scramble descramble sh2d generate_rocklatin uclpack"
441 441
442 # Note: the convbdf is present in the toolset just because: 1) the 442 # Note: the convbdf is present in the toolset just because: 1) the
443 # firmware/Makefile assumes it is present always, and 2) we will need it when we 443 # firmware/Makefile assumes it is present always, and 2) we will need it when we
@@ -507,7 +507,7 @@ appsdir='\$(ROOTDIR)/apps'
507 codecs="libmad" 507 codecs="libmad"
508 # toolset is the tools within the tools directory that we build for 508 # toolset is the tools within the tools directory that we build for
509 # this particular target. 509 # this particular target.
510 toolset="$toolset bmp2rb convbdf" 510 toolset="$toolset bmp2rb codepages"
511 ;; 511 ;;
512 512
513 6) 513 6)
@@ -524,7 +524,7 @@ appsdir='\$(ROOTDIR)/apps'
524 codecs="libmad" 524 codecs="libmad"
525 # toolset is the tools within the tools directory that we build for 525 # toolset is the tools within the tools directory that we build for
526 # this particular target. 526 # this particular target.
527 toolset="$toolset bmp2rb convbdf" 527 toolset="$toolset bmp2rb codepages"
528 ;; 528 ;;
529 529
530 7) 530 7)
@@ -622,7 +622,7 @@ appsdir='\$(ROOTDIR)/apps'
622 codecs="libmad liba52 libffmpegFLAC libTremor libwavpack dumb libmusepack libalac libfaad libm4a" 622 codecs="libmad liba52 libffmpegFLAC libTremor libwavpack dumb libmusepack libalac libfaad libm4a"
623 # toolset is the tools within the tools directory that we build for 623 # toolset is the tools within the tools directory that we build for
624 # this particular target. 624 # this particular target.
625 toolset="$toolset iaudio bmp2rb convbdf" 625 toolset="$toolset iaudio bmp2rb codepages"
626 ;; 626 ;;
627 627
628 13) 628 13)