* FreeBSD 5.4 now needs linklib kvm

git-svn-id: trunk@1219 -
This commit is contained in:
marco 2005-09-28 20:31:02 +00:00
parent a78703fb5a
commit 6a838ff332

View File

@ -78,6 +78,9 @@ interface
{$endif linux}
{$ifdef freebsd}
{$ifdef FreeBSD5} //5.4+ ?
{$linklib kvm}
{$endif}
{$undef NotImplemented}
{$LINKLIB gdb}
{$ifdef GDB_HAS_SIM}