Also allow GDBMI=1 as make parameter to use gdbmi

git-svn-id: trunk@29725 -
This commit is contained in:
pierre 2015-02-16 20:44:09 +00:00
parent c912196ca6
commit 6c605ca6db

View File

@ -48,6 +48,9 @@ endif
ifdef NOGDB
FPMAKE_OPT+=--NoGDB=1
endif
ifdef GDBMI
FPMAKE_OPT+=--GDBMI=1
endif
ifdef PPC_TARGET
FPMAKE_OPT+=--CompilerTarget=$(PPC_TARGET)
endif