mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 13:59:28 +02:00
* Do not define FPC_HAS_UNDERSCORE_PREFIX for i386 OpenBSD anymore
git-svn-id: trunk@19504 -
This commit is contained in:
parent
9b2614684e
commit
5f77ff8a18
@ -12,11 +12,15 @@
|
||||
{$endif}
|
||||
|
||||
{ From i_bsd.pas, all i386 but freebsd seem to have underscore prefixes }
|
||||
{ This is not true anyore at least for OpenBSD 4.9 PM 2011-10-10}
|
||||
{$ifdef bsd}
|
||||
{$ifdef cpui386}
|
||||
{$ifndef freebsd}
|
||||
{$define FPC_HAS_UNDERSCORE_PREFIX}
|
||||
{$endif}
|
||||
{$ifdef openbsd}
|
||||
{$undef FPC_HAS_UNDERSCORE_PREFIX}
|
||||
{$endif}
|
||||
{$endif}
|
||||
{$ifdef darwin}
|
||||
{$define FPC_HAS_UNDERSCORE_PREFIX}
|
||||
|
Loading…
Reference in New Issue
Block a user