From d4945dc0d07b23eced900075e8748ccc7fb3e424 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Thu, 5 Oct 2006 10:58:51 +0000 Subject: 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 --- tools/configure | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'tools') diff --git a/tools/configure b/tools/configure index bbbdc50..b0f54e9 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) -- cgit v1.1