]> git.pld-linux.org Git - packages/fpc.git/blame - fpc-gdb.patch
- updated to 3.0.0
[packages/fpc.git] / fpc-gdb.patch
CommitLineData
1ac879da
JR
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 @@
3c782031 4
1ac879da 5 {$undef GDB_VERSION_RECOGNIZED}
3c782031 6
1ac879da
JR
7+{ 7.10.x }
8+{$ifdef GDB_V710}
9+ {$info using gdb 7.10.x}
9a6604f5 10+ {$define GDB_VERSION_RECOGNIZED}
1ac879da 11+ {$define GDB_VER_GE_710}
9a6604f5
JR
12+{$endif}
13+
1ac879da
JR
14+{$ifdef GDB_VER_GE_710}
15+ {$define GDB_VER_GE_709}
3c782031 16+{$endif}
9a6604f5 17+
1ac879da
JR
18 { 7.9.x }
19 {$ifdef GDB_V709}
20 {$info using gdb 7.9.x}
This page took 0.069601 seconds and 4 git commands to generate.