Browse Source

Merged revisions 2095 via svnmerge from
svn+ssh://[email protected]/FPC/svn/fpc/trunk

r2095 (jonas)
* cpux86 -> cpui386 (cpux86 does not exist)

git-svn-id: branches/fixes_2_0@2096 -

Jonas Maebe 20 năm trước cách đây
mục cha
commit
4834110f4f
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      rtl/linux/osdefs.inc

+ 2 - 1
rtl/linux/osdefs.inc

@@ -30,6 +30,7 @@
   {$define usegetcwd}
 {$endif}
 
-{$if defined(cpupowerpc) or defined(cpupowerpc64) or defined(cpux86)}
+{$if defined(cpupowerpc) or defined(cpupowerpc64) or defined(cpui386)}
   {$DEFINE has_ugetrlimit}
 {$endif}
+