mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 16:10:25 +02:00
* small output fix so it won't trigger an error in the snapshot
scripts
This commit is contained in:
parent
60ba93a688
commit
d0d1b0a16a
@ -925,8 +925,7 @@ endif
|
|||||||
else
|
else
|
||||||
GDBVER=GDB_V5
|
GDBVER=GDB_V5
|
||||||
gdbint$(PPUEXT): gdbint.pp
|
gdbint$(PPUEXT): gdbint.pp
|
||||||
@$(ECHO) Warning: libgdb.a not found !
|
@$(ECHO) libgdb.a not found, using default GDB $(GDBVER)
|
||||||
@$(ECHO) Using GDB $(GDBVER)
|
|
||||||
$(COMPILER) -d$(GDBVER) gdbint.pp
|
$(COMPILER) -d$(GDBVER) gdbint.pp
|
||||||
endif
|
endif
|
||||||
gdbcon$(PPUEXT): gdbcon.pp gdbint$(PPUEXT)
|
gdbcon$(PPUEXT): gdbcon.pp gdbint$(PPUEXT)
|
||||||
|
@ -66,8 +66,7 @@ else
|
|||||||
# libgdb.a not found, default to libgdb v5
|
# libgdb.a not found, default to libgdb v5
|
||||||
GDBVER=GDB_V5
|
GDBVER=GDB_V5
|
||||||
gdbint$(PPUEXT): gdbint.pp
|
gdbint$(PPUEXT): gdbint.pp
|
||||||
@$(ECHO) Warning: libgdb.a not found !
|
@$(ECHO) libgdb.a not found, using default GDB $(GDBVER)
|
||||||
@$(ECHO) Using GDB $(GDBVER)
|
|
||||||
$(COMPILER) -d$(GDBVER) gdbint.pp
|
$(COMPILER) -d$(GDBVER) gdbint.pp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user