Browse Source

* cpux86 -> cpui386 (cpux86 does not exist)

git-svn-id: trunk@2095 -
Jonas Maebe 19 years ago
parent
commit
226ef51699
1 changed files with 2 additions and 1 deletions
  1. 2 1
      rtl/linux/osdefs.inc

+ 2 - 1
rtl/linux/osdefs.inc

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