diff options
author | Barry Wardell <rockbox@barrywardell.net> | 2006-10-05 10:58:51 +0000 |
---|---|---|
committer | Barry Wardell <rockbox@barrywardell.net> | 2006-10-05 10:58:51 +0000 |
commit | d4945dc0d07b23eced900075e8748ccc7fb3e424 (patch) | |
tree | 4d67d49b4c036a841fb1ffe2e5f3a267bb9309d0 /tools/configure | |
parent | 1d69db7355dc7e3cbabc3c1c949e5d6ba3863405 (diff) |
Move all iPod targets into the target tree. FS#5890
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11129 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index bbbdc50150..b0f54e96c4 100755 --- a/tools/configure +++ b/tools/configure @@ -777,6 +777,10 @@ EOF # toolset is the tools within the tools directory that we build for # this particular target. toolset=$ipodbitmaptools + # architecture, manufacturer and model for the target-tree build + t_cpu="arm" + t_manufacturer="ipod" + t_model="color" ;; 21|ipodnano) @@ -799,6 +803,10 @@ EOF # toolset is the tools within the tools directory that we build for # this particular target. toolset=$ipodbitmaptools + # architecture, manufacturer and model for the target-tree build + t_cpu="arm" + t_manufacturer="ipod" + t_model="nano" ;; 22|ipodvideo) @@ -821,6 +829,10 @@ EOF # toolset is the tools within the tools directory that we build for # this particular target. toolset=$ipodbitmaptools + # architecture, manufacturer and model for the target-tree build + t_cpu="arm" + t_manufacturer="ipod" + t_model="video" ;; 23|ipod3g) @@ -843,6 +855,10 @@ EOF # toolset is the tools within the tools directory that we build for # this particular target. toolset=$ipodbitmaptools + # architecture, manufacturer and model for the target-tree build + t_cpu="arm" + t_manufacturer="ipod" + t_model="3g" ;; 24|ipod4g) @@ -865,6 +881,10 @@ EOF # toolset is the tools within the tools directory that we build for # this particular target. toolset=$ipodbitmaptools + # architecture, manufacturer and model for the target-tree build + t_cpu="arm" + t_manufacturer="ipod" + t_model="4g" ;; 25|ipodmini) @@ -887,6 +907,10 @@ EOF # toolset is the tools within the tools directory that we build for # this particular target. toolset=$ipodbitmaptools + # architecture, manufacturer and model for the target-tree build + t_cpu="arm" + t_manufacturer="ipod" + t_model="mini" ;; 13|ifp7xx) @@ -953,6 +977,10 @@ EOF # toolset is the tools within the tools directory that we build for # this particular target. toolset=$ipodbitmaptools + # architecture, manufacturer and model for the target-tree build + t_cpu="arm" + t_manufacturer="ipod" + t_model="mini2g" ;; 14|h10) |