mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-23 08:34:34 +02:00
* FreeBSD 5.4 now needs linklib kvm
git-svn-id: trunk@1219 -
This commit is contained in:
parent
a78703fb5a
commit
6a838ff332
@ -78,6 +78,9 @@ interface
|
||||
{$endif linux}
|
||||
|
||||
{$ifdef freebsd}
|
||||
{$ifdef FreeBSD5} //5.4+ ?
|
||||
{$linklib kvm}
|
||||
{$endif}
|
||||
{$undef NotImplemented}
|
||||
{$LINKLIB gdb}
|
||||
{$ifdef GDB_HAS_SIM}
|
||||
|
Loading…
Reference in New Issue
Block a user