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:
parent
8eef014ee2
commit
b98b895bab
1 changed files with 3 additions and 3 deletions
6
tools/configure
vendored
6
tools/configure
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue