* Synchronize with fixes.

git-svn-id: trunk@4307 -
This commit is contained in:
daniel 2006-07-30 10:53:42 +00:00
parent dccf3795c8
commit 258ec47742

View File

@ -73,11 +73,11 @@ interface
{$LINKLIB libopcodes.a}
{$LINKLIB libhistory.a}
{$LINKLIB libiberty.a}
{$LINKLIB ncurses}
{ $LINKLIB ncurses}
{$LINKLIB m}
{$LINKLIB dl}
{$LINKLIB c}
{ don't link explicitly against (FK) $LINKLIB gcc}
{$LINKLIB gcc}
{$endif linux}
{$ifdef freebsd}
@ -2460,7 +2460,7 @@ begin
end;
{$ifdef GDB_HAS_SYSROOT}
var gdb_sysroot : pchar; export name 'gdb_sysroot';
var gdb_sysroot : pchar; external name 'gdb_sysroot';
gdb_sysrootc : char;
{$endif}