]> git.pld-linux.org Git - packages/fpc.git/blob - fpc-link.patch
- rebuild with binutils 2.24.51.0.1
[packages/fpc.git] / fpc-link.patch
1 --- fpcbuild-2.6.2/fpcsrc/packages/gdbint/src/gdbint.pp.orig    2012-10-29 11:20:11.000000000 +0100
2 +++ fpcbuild-2.6.2/fpcsrc/packages/gdbint/src/gdbint.pp 2013-04-01 18:28:20.664497672 +0200
3 @@ -266,10 +266,13 @@
4      {$LINKLIB libsim.a}
5    {$endif GDB_HAS_SIM}
6 -  {$LINKLIB libbfd.a}
7 -  {$LINKLIB libreadline.a}
8 -  {$LINKLIB libopcodes.a}
9 -  {$LINKLIB libhistory.a}
10 +  {$LINKLIB bfd}
11 +  {$LINKLIB opcodes}
12 +  {$LINKLIB readline}
13 +  {$LINKLIB history}
14    {$LINKLIB libiberty.a}
15 +  {$LINKLIB selinux}
16 +  {$LINKLIB z}
17 +  {$LINKLIB lzma}
18    {$ifdef GDB_USES_LIBDECNUMBER}
19      {$LINKLIB decnumber}
20    {$endif GDB_USES_LIBDECNUMBER}
This page took 0.026636 seconds and 3 git commands to generate.