mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:29:24 +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
|
||||
GDBVER=GDB_V5
|
||||
gdbint$(PPUEXT): gdbint.pp
|
||||
@$(ECHO) Warning: libgdb.a not found !
|
||||
@$(ECHO) Using GDB $(GDBVER)
|
||||
@$(ECHO) libgdb.a not found, using default GDB $(GDBVER)
|
||||
$(COMPILER) -d$(GDBVER) gdbint.pp
|
||||
endif
|
||||
gdbcon$(PPUEXT): gdbcon.pp gdbint$(PPUEXT)
|
||||
|
@ -66,8 +66,7 @@ else
|
||||
# libgdb.a not found, default to libgdb v5
|
||||
GDBVER=GDB_V5
|
||||
gdbint$(PPUEXT): gdbint.pp
|
||||
@$(ECHO) Warning: libgdb.a not found !
|
||||
@$(ECHO) Using GDB $(GDBVER)
|
||||
@$(ECHO) libgdb.a not found, using default GDB $(GDBVER)
|
||||
$(COMPILER) -d$(GDBVER) gdbint.pp
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user