1
0
Fork 0
forked from len0rd/rockbox

Fix spelling

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10330 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2006-07-26 12:26:57 +00:00
parent 8eef014ee2
commit b98b895bab

6
tools/configure vendored
View file

@ -717,7 +717,7 @@ toolsdir='\$(ROOTDIR)/tools'
toolset="$iaudiobitmaptools" toolset="$iaudiobitmaptools"
# architecture, manufacturer and model for the target-tree build # architecture, manufacturer and model for the target-tree build
t_cpu="coldfire" t_cpu="coldfire"
t_manufactorer="iaudio" t_manufacturer="iaudio"
t_model="x5" t_model="x5"
;; ;;
@ -1121,8 +1121,8 @@ sed > autoconf.h \
EOF EOF
if test -n "$t_cpu"; then if test -n "$t_cpu"; then
TARGET_INC="-I\$(FIRMDIR)/target/$t_cpu/$t_manufactorer/$t_model" TARGET_INC="-I\$(FIRMDIR)/target/$t_cpu/$t_manufacturer/$t_model"
TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu/$t_manufactorer" TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu/$t_manufacturer"
TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu" TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu"
GCCOPTS="$GCCOPTS -DTARGET_TREE" GCCOPTS="$GCCOPTS -DTARGET_TREE"
fi fi