mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 13:30:27 +02:00
* cpux86 -> cpui386 (cpux86 does not exist)
git-svn-id: trunk@2095 -
This commit is contained in:
parent
c945b972c4
commit
226ef51699
@ -33,6 +33,7 @@
|
||||
{$endif}
|
||||
{$endif}
|
||||
|
||||
{$if defined(cpupowerpc) or defined(cpupowerpc64) or defined(cpux86)}
|
||||
{$if defined(cpupowerpc) or defined(cpupowerpc64) or defined(cpui386)}
|
||||
{$DEFINE has_ugetrlimit}
|
||||
{$endif}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user