mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 22:29:32 +02:00
Disable Threads for netbsd
git-svn-id: trunk@20320 -
This commit is contained in:
parent
2ed3f184dc
commit
de7d4e094d
@ -35,6 +35,11 @@ Interface
|
|||||||
{$DEFINE NO_UNIT_PROCESS}
|
{$DEFINE NO_UNIT_PROCESS}
|
||||||
{$ENDIF GO32V2}
|
{$ENDIF GO32V2}
|
||||||
|
|
||||||
|
{$IFDEF NETBSD}
|
||||||
|
{ NetBSD pthreads are not yet working, try to use fpmake without threads }
|
||||||
|
{$DEFINE NO_THREADING}
|
||||||
|
{$ENDIF NETBSD}
|
||||||
|
|
||||||
{$ifndef NO_UNIT_PROCESS}
|
{$ifndef NO_UNIT_PROCESS}
|
||||||
{$define HAS_UNIT_PROCESS}
|
{$define HAS_UNIT_PROCESS}
|
||||||
{$endif NO_UNIT_PROCESS}
|
{$endif NO_UNIT_PROCESS}
|
||||||
|
Loading…
Reference in New Issue
Block a user