mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-24 15:40:37 +01:00
Fix GDB 7.7 support code
git-svn-id: trunk@26711 -
This commit is contained in:
parent
78304dde66
commit
1308a74aa5
@ -60,7 +60,7 @@ interface
|
|||||||
{$undef GDB_VERSION_RECOGNIZED}
|
{$undef GDB_VERSION_RECOGNIZED}
|
||||||
|
|
||||||
{ 7.7.x }
|
{ 7.7.x }
|
||||||
{$ifdef GDB_V706}
|
{$ifdef GDB_V707}
|
||||||
{$info using gdb 7.7.x}
|
{$info using gdb 7.7.x}
|
||||||
{$define GDB_VERSION_RECOGNIZED}
|
{$define GDB_VERSION_RECOGNIZED}
|
||||||
{$define GDB_VER_GE_707}
|
{$define GDB_VER_GE_707}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user