]> git.pld-linux.org Git - packages/fpc.git/blob - fpc-gdb.patch
- "fixed" install
[packages/fpc.git] / fpc-gdb.patch
1 --- fpcbuild-2.6.4/fpcsrc/packages/gdbint/src/gdbint.pp~        2016-04-01 17:53:51.000000000 +0900
2 +++ fpcbuild-2.6.4/fpcsrc/packages/gdbint/src/gdbint.pp 2016-04-01 23:08:14.978738263 +0900
3 @@ -59,6 +59,17 @@
4  
5  {$undef GDB_VERSION_RECOGNIZED}
6  
7 +{ 7.10.x }
8 +{$ifdef GDB_V710}
9 +  {$info using gdb 7.10.x}
10 +  {$define GDB_VERSION_RECOGNIZED}
11 +  {$define GDB_VER_GE_710}
12 +{$endif}
13 +
14 +{$ifdef GDB_VER_GE_710}
15 +  {$define GDB_VER_GE_709}
16 +{$endif}
17 +
18  { 7.9.x }
19  {$ifdef GDB_V709}
20    {$info using gdb 7.9.x}
This page took 0.071142 seconds and 3 git commands to generate.