summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure28
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
777 # toolset is the tools within the tools directory that we build for 777 # toolset is the tools within the tools directory that we build for
778 # this particular target. 778 # this particular target.
779 toolset=$ipodbitmaptools 779 toolset=$ipodbitmaptools
780 # architecture, manufacturer and model for the target-tree build
781 t_cpu="arm"
782 t_manufacturer="ipod"
783 t_model="color"
780 ;; 784 ;;
781 785
782 21|ipodnano) 786 21|ipodnano)
@@ -799,6 +803,10 @@ EOF
799 # toolset is the tools within the tools directory that we build for 803 # toolset is the tools within the tools directory that we build for
800 # this particular target. 804 # this particular target.
801 toolset=$ipodbitmaptools 805 toolset=$ipodbitmaptools
806 # architecture, manufacturer and model for the target-tree build
807 t_cpu="arm"
808 t_manufacturer="ipod"
809 t_model="nano"
802 ;; 810 ;;
803 811
804 22|ipodvideo) 812 22|ipodvideo)
@@ -821,6 +829,10 @@ EOF
821 # toolset is the tools within the tools directory that we build for 829 # toolset is the tools within the tools directory that we build for
822 # this particular target. 830 # this particular target.
823 toolset=$ipodbitmaptools 831 toolset=$ipodbitmaptools
832 # architecture, manufacturer and model for the target-tree build
833 t_cpu="arm"
834 t_manufacturer="ipod"
835 t_model="video"
824 ;; 836 ;;
825 837
826 23|ipod3g) 838 23|ipod3g)
@@ -843,6 +855,10 @@ EOF
843 # toolset is the tools within the tools directory that we build for 855 # toolset is the tools within the tools directory that we build for
844 # this particular target. 856 # this particular target.
845 toolset=$ipodbitmaptools 857 toolset=$ipodbitmaptools
858 # architecture, manufacturer and model for the target-tree build
859 t_cpu="arm"
860 t_manufacturer="ipod"
861 t_model="3g"
846 ;; 862 ;;
847 863
848 24|ipod4g) 864 24|ipod4g)
@@ -865,6 +881,10 @@ EOF
865 # toolset is the tools within the tools directory that we build for 881 # toolset is the tools within the tools directory that we build for
866 # this particular target. 882 # this particular target.
867 toolset=$ipodbitmaptools 883 toolset=$ipodbitmaptools
884 # architecture, manufacturer and model for the target-tree build
885 t_cpu="arm"
886 t_manufacturer="ipod"
887 t_model="4g"
868 ;; 888 ;;
869 889
870 25|ipodmini) 890 25|ipodmini)
@@ -887,6 +907,10 @@ EOF
887 # toolset is the tools within the tools directory that we build for 907 # toolset is the tools within the tools directory that we build for
888 # this particular target. 908 # this particular target.
889 toolset=$ipodbitmaptools 909 toolset=$ipodbitmaptools
910 # architecture, manufacturer and model for the target-tree build
911 t_cpu="arm"
912 t_manufacturer="ipod"
913 t_model="mini"
890 ;; 914 ;;
891 915
892 13|ifp7xx) 916 13|ifp7xx)
@@ -953,6 +977,10 @@ EOF
953 # toolset is the tools within the tools directory that we build for 977 # toolset is the tools within the tools directory that we build for
954 # this particular target. 978 # this particular target.
955 toolset=$ipodbitmaptools 979 toolset=$ipodbitmaptools
980 # architecture, manufacturer and model for the target-tree build
981 t_cpu="arm"
982 t_manufacturer="ipod"
983 t_model="mini2g"
956 ;; 984 ;;
957 985
958 14|h10) 986 14|h10)