Browse Source

* -dFPC_USE_LIBC fix

git-svn-id: trunk@7363 -
Jonas Maebe 18 years ago
parent
commit
3bc08cafae
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/linux/system.pp

+ 2 - 2
rtl/linux/system.pp

@@ -298,9 +298,9 @@ end;
 var
   initialstkptr : Pointer;external name '__stkptr';
 begin
-{$IFDEF i386}
+{$if defined(i386) and not defined(FPC_USE_LIBC)}
   InitSyscallIntf;
-{$ENDIF}
+{$endif}
 
   SysResetFPU;
 {$if defined(cpupowerpc)}