mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 20:29:14 +02:00
* use -dUSE_MINGW_GDB for gdbcon unit also
git-svn-id: trunk@14034 -
This commit is contained in:
parent
f1ea3f3ffe
commit
a0b8dbcce5
@ -2998,6 +2998,12 @@ gdbint$(PPUEXT): gdbint.pp gdbver.inc
|
||||
$(COMPILER) -d$(GDBVER) $(GDBLIBINCCOND) -Fisrc -Fusrc src/gdbint.pp
|
||||
endif
|
||||
gdbcon$(PPUEXT): gdbcon.pp gdbint$(PPUEXT)
|
||||
ifeq ($(wildcard $(GDBLIBDIR)/libmingw32.a),)
|
||||
$(COMPILER) gdbcon.pp
|
||||
else
|
||||
$(COMPILER) -dUSE_MINGW_GDB gdbcon.pp
|
||||
endif
|
||||
$(EXECPPAS)
|
||||
ifeq ($(OS_TARGET),go32v2)
|
||||
DBGCOM=dbgcom$(OEXT)
|
||||
else
|
||||
|
@ -130,6 +130,12 @@ gdbint$(PPUEXT): gdbint.pp gdbver.inc
|
||||
endif
|
||||
|
||||
gdbcon$(PPUEXT): gdbcon.pp gdbint$(PPUEXT)
|
||||
ifeq ($(wildcard $(GDBLIBDIR)/libmingw32.a),)
|
||||
$(COMPILER) gdbcon.pp
|
||||
else
|
||||
$(COMPILER) -dUSE_MINGW_GDB gdbcon.pp
|
||||
endif
|
||||
$(EXECPPAS)
|
||||
|
||||
ifeq ($(OS_TARGET),go32v2)
|
||||
DBGCOM=dbgcom$(OEXT)
|
||||
|
Loading…
Reference in New Issue
Block a user