mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 16:19:28 +02:00
* set default GDB version to 6
This commit is contained in:
parent
4900f10f2e
commit
cf20faa6a5
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/12/20]
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/12/31]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
|
||||
@ -1756,7 +1756,7 @@ gdbint$(PPUEXT): gdbint.pp
|
||||
$(DEL) gdbver$(EXEEXT) gdbver$(OEXT)
|
||||
endif
|
||||
else
|
||||
GDBVER=GDB_V5
|
||||
GDBVER=GDB_V6
|
||||
gdbint$(PPUEXT): gdbint.pp
|
||||
@$(ECHO) libgdb.a not found, using default GDB $(GDBVER)
|
||||
$(COMPILER) -d$(GDBVER) gdbint.pp
|
||||
|
@ -80,7 +80,7 @@ endif
|
||||
|
||||
else
|
||||
# libgdb.a not found, default to libgdb v5
|
||||
GDBVER=GDB_V5
|
||||
GDBVER=GDB_V6
|
||||
gdbint$(PPUEXT): gdbint.pp
|
||||
@$(ECHO) libgdb.a not found, using default GDB $(GDBVER)
|
||||
$(COMPILER) -d$(GDBVER) gdbint.pp
|
||||
|
@ -24,22 +24,23 @@ interface
|
||||
{ 6.2.x }
|
||||
{$ifdef GDB_V602}
|
||||
{$define GDB_V6}
|
||||
{$define GDB_HAS_SYSROOT}
|
||||
{$define GDB_SYMTAB_HAS_MACROS}
|
||||
{$endif def GDB_V602}
|
||||
|
||||
{ 6.3.x }
|
||||
{$ifdef GDB_V603}
|
||||
{$define GDB_V6}
|
||||
{$endif def GDB_V603}
|
||||
|
||||
{$ifdef GDB_V6}
|
||||
{$define GDB_HAS_SYSROOT}
|
||||
{$define GDB_SYMTAB_HAS_MACROS}
|
||||
{$endif def GDB_V603}
|
||||
{$endif GDB_V6}
|
||||
|
||||
{ GDB has a simulator for powerpc CPU
|
||||
it is integrated into GDB by default }
|
||||
{$ifdef powerpc}
|
||||
{$ifdef cpupowerpc}
|
||||
{$define GDB_HAS_SIM}
|
||||
{$endif powerpc}
|
||||
{$endif cpupowerpc}
|
||||
|
||||
{$ifdef go32v2}
|
||||
{$undef NotImplemented}
|
||||
@ -2463,7 +2464,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.26 2004-12-19 21:00:00 florian
|
||||
Revision 1.27 2005-01-02 12:40:42 florian
|
||||
* set default GDB version to 6
|
||||
|
||||
Revision 1.26 2004/12/19 21:00:00 florian
|
||||
* 64 bit adaptions
|
||||
|
||||
Revision 1.25 2004/12/19 18:35:56 florian
|
||||
|
Loading…
Reference in New Issue
Block a user