mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 17:01:21 +02:00
- disabled for AIX, doesn't support weak external symbols
git-svn-id: trunk@20819 -
This commit is contained in:
parent
51e50f72be
commit
6f02f47e59
@ -9,7 +9,7 @@
|
|||||||
{$ifdef mswindows}
|
{$ifdef mswindows}
|
||||||
{$define supported}
|
{$define supported}
|
||||||
{$endif win32}
|
{$endif win32}
|
||||||
{$ifdef Unix}
|
{$if defined(Unix) and not defined(aix)}
|
||||||
{$define supported}
|
{$define supported}
|
||||||
{$endif Unix}
|
{$endif Unix}
|
||||||
{$ifndef fpc}
|
{$ifndef fpc}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
{$ifdef mswindows}
|
{$ifdef mswindows}
|
||||||
{$define supported}
|
{$define supported}
|
||||||
{$endif mswindows}
|
{$endif mswindows}
|
||||||
{$ifdef Unix}
|
{$if defined(Unix) and not defined(aix)}
|
||||||
{$define supported}
|
{$define supported}
|
||||||
{$endif Unix}
|
{$endif Unix}
|
||||||
{$ifndef fpc}
|
{$ifndef fpc}
|
||||||
|
Loading…
Reference in New Issue
Block a user