fix CC case-ness
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1438 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
8b1b088faa
commit
a3cb7e9483
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user