mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
Also allow GDBMI=1 as make parameter to use gdbmi
git-svn-id: trunk@29725 -
This commit is contained in:
parent
c912196ca6
commit
6c605ca6db
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user