summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 2f9e2db528..e7562f824b 100755
--- a/tools/configure
+++ b/tools/configure
@@ -685,6 +685,9 @@ EOF
# toolset is the tools within the tools directory that we build for
# this particular target.
toolset=$iriverbitmaptools
+ t_cpu="coldfire"
+ t_manufacturer="iriver"
+ t_model="h100"
;;
11|h300)
@@ -707,6 +710,9 @@ EOF
# toolset is the tools within the tools directory that we build for
# this particular target.
toolset=$iriverbitmaptools
+ t_cpu="coldfire"
+ t_manufacturer="iriver"
+ t_model="h300"
;;
12|h100)
@@ -729,6 +735,9 @@ EOF
# toolset is the tools within the tools directory that we build for
# this particular target.
toolset=$iriverbitmaptools
+ t_cpu="coldfire"
+ t_manufacturer="iriver"
+ t_model="h100"
;;
30|x5)