mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 12:09:14 +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
|
default: all
|
||||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
|
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)
|
$(DEL) gdbver$(EXEEXT) gdbver$(OEXT)
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
GDBVER=GDB_V5
|
GDBVER=GDB_V6
|
||||||
gdbint$(PPUEXT): gdbint.pp
|
gdbint$(PPUEXT): gdbint.pp
|
||||||
@$(ECHO) libgdb.a not found, using default GDB $(GDBVER)
|
@$(ECHO) libgdb.a not found, using default GDB $(GDBVER)
|
||||||
$(COMPILER) -d$(GDBVER) gdbint.pp
|
$(COMPILER) -d$(GDBVER) gdbint.pp
|
||||||
|
@ -80,7 +80,7 @@ endif
|
|||||||
|
|
||||||
else
|
else
|
||||||
# libgdb.a not found, default to libgdb v5
|
# libgdb.a not found, default to libgdb v5
|
||||||
GDBVER=GDB_V5
|
GDBVER=GDB_V6
|
||||||
gdbint$(PPUEXT): gdbint.pp
|
gdbint$(PPUEXT): gdbint.pp
|
||||||
@$(ECHO) libgdb.a not found, using default GDB $(GDBVER)
|
@$(ECHO) libgdb.a not found, using default GDB $(GDBVER)
|
||||||
$(COMPILER) -d$(GDBVER) gdbint.pp
|
$(COMPILER) -d$(GDBVER) gdbint.pp
|
||||||
|
@ -24,22 +24,23 @@ interface
|
|||||||
{ 6.2.x }
|
{ 6.2.x }
|
||||||
{$ifdef GDB_V602}
|
{$ifdef GDB_V602}
|
||||||
{$define GDB_V6}
|
{$define GDB_V6}
|
||||||
{$define GDB_HAS_SYSROOT}
|
|
||||||
{$define GDB_SYMTAB_HAS_MACROS}
|
|
||||||
{$endif def GDB_V602}
|
{$endif def GDB_V602}
|
||||||
|
|
||||||
{ 6.3.x }
|
{ 6.3.x }
|
||||||
{$ifdef GDB_V603}
|
{$ifdef GDB_V603}
|
||||||
{$define GDB_V6}
|
{$define GDB_V6}
|
||||||
|
{$endif def GDB_V603}
|
||||||
|
|
||||||
|
{$ifdef GDB_V6}
|
||||||
{$define GDB_HAS_SYSROOT}
|
{$define GDB_HAS_SYSROOT}
|
||||||
{$define GDB_SYMTAB_HAS_MACROS}
|
{$define GDB_SYMTAB_HAS_MACROS}
|
||||||
{$endif def GDB_V603}
|
{$endif GDB_V6}
|
||||||
|
|
||||||
{ GDB has a simulator for powerpc CPU
|
{ GDB has a simulator for powerpc CPU
|
||||||
it is integrated into GDB by default }
|
it is integrated into GDB by default }
|
||||||
{$ifdef powerpc}
|
{$ifdef cpupowerpc}
|
||||||
{$define GDB_HAS_SIM}
|
{$define GDB_HAS_SIM}
|
||||||
{$endif powerpc}
|
{$endif cpupowerpc}
|
||||||
|
|
||||||
{$ifdef go32v2}
|
{$ifdef go32v2}
|
||||||
{$undef NotImplemented}
|
{$undef NotImplemented}
|
||||||
@ -2463,7 +2464,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* 64 bit adaptions
|
||||||
|
|
||||||
Revision 1.25 2004/12/19 18:35:56 florian
|
Revision 1.25 2004/12/19 18:35:56 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user