Browse Source

Also allow GDBMI=1 as make parameter to use gdbmi

git-svn-id: trunk@29725 -
pierre 10 years ago
parent
commit
6c605ca6db
1 changed files with 3 additions and 0 deletions
  1. 3 0
      ide/Makefile.fpc

+ 3 - 0
ide/Makefile.fpc

@@ -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