summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTomasz Malesinski <tomal@rockbox.org>2006-11-09 22:58:35 +0000
committerTomasz Malesinski <tomal@rockbox.org>2006-11-09 22:58:35 +0000
commit6e992abf36b1719cba18c9f4d519a02b187c8bca (patch)
treec7a02d2f1182990bb1df8d11fc4d4967e3695340 /tools
parentfedfd44825a1880019706a2b71241216350e3590 (diff)
downloadrockbox-6e992abf36b1719cba18c9f4d519a02b187c8bca.zip
rockbox-6e992abf36b1719cba18c9f4d519a02b187c8bca.tar.gz
rockbox-6e992abf36b1719cba18c9f4d519a02b187c8bca.tar.bz2
rockbox-6e992abf36b1719cba18c9f4d519a02b187c8bca.tar.xz
Target tree support for Iriver iFP.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11485 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index dbebb2c..2b7b55f 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1088,6 +1088,9 @@ EOF
# toolset is the tools within the tools directory that we build for
# this particular target.
toolset=$genericbitmaptools
+ t_cpu="arm"
+ t_manufacturer="iriver"
+ t_model="ifp7xx"
;;
40|gigabeatf)