Added CP definition.
This commit is contained in:
@@ -13,12 +13,14 @@ CPP = $(VX_GNU_BIN)/cpp68k -nostdinc
|
||||
GCC = $(CC)
|
||||
LD = $(VX_GNU_BIN)/ld68k -r
|
||||
EPICS_LDLIBS =
|
||||
CP=cp
|
||||
MV=mv
|
||||
RM=rm -f
|
||||
MKDIR = mkdir
|
||||
RMDIR=rm -rf
|
||||
WHAT = what
|
||||
|
||||
|
||||
# The definitions VX_DIR, VX_GNU, GNU_DIR and GNU_LIB
|
||||
# can be overridden for specific host architectures
|
||||
# by creating a CONFIG_SITE.Vx.68k.<host_arch> file
|
||||
|
||||
@@ -13,6 +13,7 @@ CPP = $(VX_GNU_BIN)/cppsparc -nostdinc
|
||||
GCC = $(CC)
|
||||
LD = $(VX_GNU_BIN)/ldsparc -r
|
||||
EPICS_LDLIBS =
|
||||
CP=cp
|
||||
MV=mv
|
||||
RM=rm -f
|
||||
MKDIR = mkdir
|
||||
|
||||
Reference in New Issue
Block a user