mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 12:09:14 +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}
|
{$endif}
|
||||||
|
|
||||||
{ From i_bsd.pas, all i386 but freebsd seem to have underscore prefixes }
|
{ 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 bsd}
|
||||||
{$ifdef cpui386}
|
{$ifdef cpui386}
|
||||||
{$ifndef freebsd}
|
{$ifndef freebsd}
|
||||||
{$define FPC_HAS_UNDERSCORE_PREFIX}
|
{$define FPC_HAS_UNDERSCORE_PREFIX}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$ifdef openbsd}
|
||||||
|
{$undef FPC_HAS_UNDERSCORE_PREFIX}
|
||||||
|
{$endif}
|
||||||
{$endif}
|
{$endif}
|
||||||
{$ifdef darwin}
|
{$ifdef darwin}
|
||||||
{$define FPC_HAS_UNDERSCORE_PREFIX}
|
{$define FPC_HAS_UNDERSCORE_PREFIX}
|
||||||
|
Loading…
Reference in New Issue
Block a user