diff options
| author | Tomasz Malesinski <tomal@rockbox.org> | 2006-11-09 22:58:35 +0000 |
|---|---|---|
| committer | Tomasz Malesinski <tomal@rockbox.org> | 2006-11-09 22:58:35 +0000 |
| commit | 6e992abf36b1719cba18c9f4d519a02b187c8bca (patch) | |
| tree | c7a02d2f1182990bb1df8d11fc4d4967e3695340 /tools | |
| parent | fedfd44825a1880019706a2b71241216350e3590 (diff) | |
| download | rockbox-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-x | tools/configure | 3 |
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) |