Added LDCMD definition.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user