Added LDCMD definition.

This commit is contained in:
Janet B. Anderson
2001-02-23 21:23:59 +00:00
parent 034e3129d2
commit c532fc4a1c

View File

@@ -220,6 +220,10 @@ CPPSNCFLAGS += $(CROSS_CPPFLAGS) $(POSIX_CPPFLAGS) $(EPICS_BASE_CPPFLAGS)\
ARFLAGS =
ARCMD = $(AR) $(ARFLAGS) $(USR_ARFLAGS) $@ $(LIBRARY_LD_OBJS)
#--------------------------------------------------
# ld default
LDCMD = $(LD) -o $@ $^
#--------------------------------------------------
# snc (state notation language) flags
# Use C++ constructors to register commands/programs (snc +i option)