summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure41
1 files changed, 1 insertions, 40 deletions
diff --git a/tools/configure b/tools/configure
index ee217a917d..f1aa03fd08 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1554,7 +1554,7 @@ cat <<EOF
1554 30) X5/X5V/X5L 10) H120/H140 20) Color/Photo 1554 30) X5/X5V/X5L 10) H120/H140 20) Color/Photo
1555 31) M5/M5L 11) H320/H340 21) Nano 1G 1555 31) M5/M5L 11) H320/H340 21) Nano 1G
1556 12) iHP-100/110/115 22) Video 1556 12) iHP-100/110/115 22) Video
1557 33) D2 13) iFP-790 23) 3G 1557 33) D2 23) 3G
1558 34) M3/M3L 14) H10 20Gb 24) 4G Grayscale 1558 34) M3/M3L 14) H10 20Gb 24) 4G Grayscale
1559 15) H10 5/6Gb 25) Mini 1G 1559 15) H10 5/6Gb 25) Mini 1G
1560 ==Creative== 26) Mini 2G 1560 ==Creative== 26) Mini 2G
@@ -1733,27 +1733,6 @@ fi
1733 t_model="h100" 1733 t_model="h100"
1734 ;; 1734 ;;
1735 1735
1736 13|iriverifp7xx)
1737 target_id=19
1738 modelname="iriverifp7xx"
1739 target="IRIVER_IFP7XX"
1740 memory=1
1741 arm7tdmicc short
1742 tool="cp"
1743 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
1744 bmp2rb_native="$rootdir/tools/bmp2rb -f 0"
1745 output="rockbox.wma"
1746 appextra="recorder:gui:radio"
1747 plugins="yes"
1748 # toolset is the tools within the tools directory that we build for
1749 # this particular target.
1750 toolset=$genericbitmaptools
1751 t_cpu="arm"
1752 t_manufacturer="pnx0101"
1753 t_model="iriver-ifp7xx"
1754 sysfont="08-Rockfont"
1755 ;;
1756
1757 14|iriverh10) 1736 14|iriverh10)
1758 target_id=22 1737 target_id=22
1759 modelname="iriverh10" 1738 modelname="iriverh10"
@@ -4198,12 +4177,7 @@ fi
4198# Figure out build "type" 4177# Figure out build "type"
4199# 4178#
4200 4179
4201 # the ifp7x0 is the only platform that supports building a gdb stub like
4202 # this
4203case $modelname in 4180case $modelname in
4204 iriverifp7xx)
4205 gdbstub=", (G)DB stub"
4206 ;;
4207 sansae200r|sansae200) 4181 sansae200r|sansae200)
4208 gdbstub=", (I)nstaller" 4182 gdbstub=", (I)nstaller"
4209 ;; 4183 ;;
@@ -4280,19 +4254,6 @@ fi
4280 echo "Advanced build selected" 4254 echo "Advanced build selected"
4281 whichadvanced $btype 4255 whichadvanced $btype
4282 ;; 4256 ;;
4283 [Gg])
4284 extradefines="$extradefines -DSTUB" # for target makefile symbol EXTRA_DEFINES
4285 appsdir='$(ROOTDIR)/gdb'
4286 apps="stub"
4287 case $modelname in
4288 iriverifp7xx)
4289 output="stub.wma"
4290 ;;
4291 *)
4292 ;;
4293 esac
4294 echo "GDB stub build selected"
4295 ;;
4296 [Cc]) 4257 [Cc])
4297 uname=`uname` 4258 uname=`uname`
4298 simcc "checkwps" 4259 simcc "checkwps"