summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/configure b/tools/configure
index 318a1c8dd0..0962f41ce0 100755
--- a/tools/configure
+++ b/tools/configure
@@ -717,7 +717,7 @@ toolsdir='\$(ROOTDIR)/tools'
717 toolset="$iaudiobitmaptools" 717 toolset="$iaudiobitmaptools"
718 # architecture, manufacturer and model for the target-tree build 718 # architecture, manufacturer and model for the target-tree build
719 t_cpu="coldfire" 719 t_cpu="coldfire"
720 t_manufactorer="iaudio" 720 t_manufacturer="iaudio"
721 t_model="x5" 721 t_model="x5"
722 ;; 722 ;;
723 723
@@ -1121,8 +1121,8 @@ sed > autoconf.h \
1121EOF 1121EOF
1122 1122
1123if test -n "$t_cpu"; then 1123if test -n "$t_cpu"; then
1124 TARGET_INC="-I\$(FIRMDIR)/target/$t_cpu/$t_manufactorer/$t_model" 1124 TARGET_INC="-I\$(FIRMDIR)/target/$t_cpu/$t_manufacturer/$t_model"
1125 TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu/$t_manufactorer" 1125 TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu/$t_manufacturer"
1126 TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu" 1126 TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu"
1127 GCCOPTS="$GCCOPTS -DTARGET_TREE" 1127 GCCOPTS="$GCCOPTS -DTARGET_TREE"
1128fi 1128fi