mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 11:09:19 +02:00
* Synchronize with fixes.
git-svn-id: trunk@4307 -
This commit is contained in:
parent
dccf3795c8
commit
258ec47742
@ -73,11 +73,11 @@ interface
|
|||||||
{$LINKLIB libopcodes.a}
|
{$LINKLIB libopcodes.a}
|
||||||
{$LINKLIB libhistory.a}
|
{$LINKLIB libhistory.a}
|
||||||
{$LINKLIB libiberty.a}
|
{$LINKLIB libiberty.a}
|
||||||
{$LINKLIB ncurses}
|
{ $LINKLIB ncurses}
|
||||||
{$LINKLIB m}
|
{$LINKLIB m}
|
||||||
{$LINKLIB dl}
|
{$LINKLIB dl}
|
||||||
{$LINKLIB c}
|
{$LINKLIB c}
|
||||||
{ don't link explicitly against (FK) $LINKLIB gcc}
|
{$LINKLIB gcc}
|
||||||
{$endif linux}
|
{$endif linux}
|
||||||
|
|
||||||
{$ifdef freebsd}
|
{$ifdef freebsd}
|
||||||
@ -2460,7 +2460,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
{$ifdef GDB_HAS_SYSROOT}
|
{$ifdef GDB_HAS_SYSROOT}
|
||||||
var gdb_sysroot : pchar; export name 'gdb_sysroot';
|
var gdb_sysroot : pchar; external name 'gdb_sysroot';
|
||||||
gdb_sysrootc : char;
|
gdb_sysrootc : char;
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user