Added sequencer flags.
This commit is contained in:
@@ -255,3 +255,14 @@ RCS += $(RCS_DEFAULT)
|
||||
endif
|
||||
endif
|
||||
|
||||
#
|
||||
# concat specific sequencer flags
|
||||
#
|
||||
ifneq ($(strip $(SNCFLAGS_$(OS_CLASS))),)
|
||||
SNCFLAGS += $(subst -nil-,,$(SNCFLAGS_$(OS_CLASS)))
|
||||
else
|
||||
ifdef SNCFLAGS_DEFAULT
|
||||
SNCFLAGS += $(SNCFLAGS_DEFAULT)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user