summaryrefslogtreecommitdiff
path: root/nuttx/tools/incdir.sh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-08 20:45:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-08 20:45:26 +0000
commitf607dc94253a322604bb5f346ae7b2703bad3c28 (patch)
tree94c1c7b45e05fe0abd9164f5ffa078596935fb89 /nuttx/tools/incdir.sh
parent163abb0c506523b955a765989033a159d576d07d (diff)
downloadpx4-nuttx-f607dc94253a322604bb5f346ae7b2703bad3c28.tar.gz
px4-nuttx-f607dc94253a322604bb5f346ae7b2703bad3c28.tar.bz2
px4-nuttx-f607dc94253a322604bb5f346ae7b2703bad3c28.zip
fix CC case-ness
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1438 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/tools/incdir.sh')
-rwxr-xr-xnuttx/tools/incdir.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/tools/incdir.sh b/nuttx/tools/incdir.sh
index 71c87c10e..c9d1b7d40 100755
--- a/nuttx/tools/incdir.sh
+++ b/nuttx/tools/incdir.sh
@@ -68,7 +68,7 @@ fi
# sdcc -I<dir2> -I<dir2> -I<dir3> ...
# $(ZDSBINDIR)/ez8cc.exe -usrinc:'<dir1>:<dir2:<dir3>:...`
# $(ZDSBINDIR)/zneocc.exe -usrinc:'<dir1>:<dir2:<dir3>:...`
-# $(ZDSBINDIR)/eZ80cc.exe -usrinc:'<dir1>:<dir2:<dir3>:...`
+# $(ZDSBINDIR)/ez80cc.exe -usrinc:'<dir1>:<dir2:<dir3>:...`
#
# Furthermore, just to make matters more difficult, with Windows based
# toolchains, we have to use the full windows-style paths to the header
@@ -84,7 +84,7 @@ else
fi
exefile=`basename "$compiler"`
-if [ "X$exefile" = "Xez8cc.exe" -o "X$exefile" = "Xzneocc.exe" -o "X$exefile" = "XeZ80cc.exe" ]; then
+if [ "X$exefile" = "Xez8cc.exe" -o "X$exefile" = "Xzneocc.exe" -o "X$exefile" = "Xez80cc.exe" ]; then
fmt=userinc
else
fmt=std