mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-07 02:27:11 +01:00
* i386 NetBSD uses no C underscore prefix
git-svn-id: trunk@20328 -
This commit is contained in:
parent
f7d48d6a04
commit
22b5df0121
@ -12,7 +12,8 @@
|
||||
{$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}
|
||||
{ This is not true anyore at least for OpenBSD 4.9 PM 2011-10-10 }
|
||||
{ Also false for new NetBSD targets PM 2012-02-12 }
|
||||
{$ifdef bsd}
|
||||
{$ifdef cpui386}
|
||||
{$ifndef freebsd}
|
||||
@ -21,6 +22,9 @@
|
||||
{$ifdef openbsd}
|
||||
{$undef FPC_HAS_UNDERSCORE_PREFIX}
|
||||
{$endif}
|
||||
{$ifdef netbsd}
|
||||
{$undef FPC_HAS_UNDERSCORE_PREFIX}
|
||||
{$endif}
|
||||
{$endif}
|
||||
{$ifdef darwin}
|
||||
{$define FPC_HAS_UNDERSCORE_PREFIX}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user