[packages/fpc] - adjusted linking options for gdb; but needs large API update
qboosh
qboosh at pld-linux.org
Sun Jun 11 10:50:41 CEST 2017
commit 49df57b2176bc645d50bd47c3f3d1c04c1e1f6f6
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jun 11 10:51:48 2017 +0200
- adjusted linking options for gdb; but needs large API update
fpc-gdb.patch | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/fpc-gdb.patch b/fpc-gdb.patch
index 55f6d3a..428dc3f 100644
--- a/fpc-gdb.patch
+++ b/fpc-gdb.patch
@@ -1,6 +1,6 @@
--- fpcbuild-2.6.4/fpcsrc/packages/gdbint/src/gdbint.pp~ 2016-04-01 17:53:51.000000000 +0900
+++ fpcbuild-2.6.4/fpcsrc/packages/gdbint/src/gdbint.pp 2016-04-01 23:08:14.978738263 +0900
-@@ -59,6 +59,40 @@
+@@ -59,6 +59,42 @@
{$undef GDB_VERSION_RECOGNIZED}
@@ -9,7 +9,9 @@
+ {$info using gdb 8.0.x}
+ {$define GDB_VERSION_RECOGNIZED}
+ {$define GDB_VER_GE_800}
++ {$define NEED_EXTERNAL_CVAR}
+ {$LINKLIB stdc++}
++ {$LINKLIB gcc_s}
+{$endif}
+
+{$ifdef GDB_VER_GE_800}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fpc.git/commitdiff/49df57b2176bc645d50bd47c3f3d1c04c1e1f6f6
More information about the pld-cvs-commit
mailing list