Merge pull request #2476 from authmillenon/native/fix/termflags

native: fix termflags
This commit is contained in:
Martine Lenders 2015-02-21 18:29:32 +01:00
commit a1a10fb44d

View File

@ -74,9 +74,7 @@ else
export PORT = export PORT =
endif endif
ifeq (,$(filter $(PORT),$(TERMFLAGS))) export TERMFLAGS := $(PORT) $(TERMFLAGS)
export TERMFLAGS += $(PORT)
endif
export ASFLAGS = export ASFLAGS =
export DEBUGGER_FLAGS = --args $(ELF) $(TERMFLAGS) export DEBUGGER_FLAGS = --args $(ELF) $(TERMFLAGS)