From f607dc94253a322604bb5f346ae7b2703bad3c28 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 8 Dec 2008 20:45:26 +0000 Subject: fix CC case-ness git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1438 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/ez80f910200kitg/ostest/Make.defs | 8 ++++---- nuttx/configs/ez80f910200zco/ostest/Make.defs | 8 ++++---- nuttx/tools/incdir.sh | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/nuttx/configs/ez80f910200kitg/ostest/Make.defs b/nuttx/configs/ez80f910200kitg/ostest/Make.defs index 78924b810..5fa695fe3 100644 --- a/nuttx/configs/ez80f910200kitg/ostest/Make.defs +++ b/nuttx/configs/ez80f910200kitg/ostest/Make.defs @@ -117,11 +117,11 @@ LINKCMDTEMPLATE = $(TOPDIR)/configs/ez80f910200kitg/ostest/ostest.linkcmd # Tool names/pathes CROSSDEV = -CC = $(ZDSBINDIR)/eZ80cc.exe +CC = $(ZDSBINDIR)/ez80cc.exe CPP = gcc -E -LD = $(ZDSBINDIR)/eZ80link.exe -AS = $(ZDSBINDIR)/eZ80asm.exe -AR = $(ZDSBINDIR)/eZ80lib.exe +LD = $(ZDSBINDIR)/ez80link.exe +AS = $(ZDSBINDIR)/ez80asm.exe +AR = $(ZDSBINDIR)/ez80lib.exe # File extensions diff --git a/nuttx/configs/ez80f910200zco/ostest/Make.defs b/nuttx/configs/ez80f910200zco/ostest/Make.defs index 8f3f27975..a38400410 100644 --- a/nuttx/configs/ez80f910200zco/ostest/Make.defs +++ b/nuttx/configs/ez80f910200zco/ostest/Make.defs @@ -117,11 +117,11 @@ LINKCMDTEMPLATE = $(TOPDIR)/configs/ez80f910200zco/ostest/ostest.linkcmd # Tool names/pathes CROSSDEV = -CC = $(ZDSBINDIR)/eZ80cc.exe +CC = $(ZDSBINDIR)/ez80cc.exe CPP = gcc -E -LD = $(ZDSBINDIR)/eZ80link.exe -AS = $(ZDSBINDIR)/eZ80asm.exe -AR = $(ZDSBINDIR)/eZ80lib.exe +LD = $(ZDSBINDIR)/ez80link.exe +AS = $(ZDSBINDIR)/ez80asm.exe +AR = $(ZDSBINDIR)/ez80lib.exe # File extensions 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 -I -I ... # $(ZDSBINDIR)/ez8cc.exe -usrinc:'::...` # $(ZDSBINDIR)/zneocc.exe -usrinc:'::...` -# $(ZDSBINDIR)/eZ80cc.exe -usrinc:'::...` +# $(ZDSBINDIR)/ez80cc.exe -usrinc:'::...` # # 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 -- cgit v1.2.3