Added CP definition.

This commit is contained in:
Janet B. Anderson
1998-01-23 17:31:33 +00:00
parent 55210b7a7f
commit b06272fbf4
2 changed files with 3 additions and 0 deletions

View File

@@ -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

View 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