Browse Source

Do not use FPC_USE_INTRINSICS on some old target OSes

Pierre Muller 1 day ago
parent
commit
254debcdf1
3 changed files with 0 additions and 9 deletions
  1. 0 3
      rtl/gba/classes.pp
  2. 0 3
      rtl/nds/classes.pp
  3. 0 3
      rtl/symbian/classes.pp

+ 0 - 3
rtl/gba/classes.pp

@@ -47,9 +47,6 @@ uses
 {$ifdef FPC_TESTGENERICS}
   fgl,
 {$endif}
-{$IF DEFINED(CPUARM) or DEFINED(CPUAARCH64) }
-  intrinsics,
-{$ENDIF}
   typinfo;
 {$ENDIF FPC_DOTTEDUNITS}
 

+ 0 - 3
rtl/nds/classes.pp

@@ -47,9 +47,6 @@ uses
 {$ifdef FPC_TESTGENERICS}
   fgl,
 {$endif}
-{$IF DEFINED(CPUARM) or DEFINED(CPUAARCH64) }
-  intrinsics,
-{$ENDIF}
   typinfo;
 {$ENDIF FPC_DOTTEDUNITS}
 

+ 0 - 3
rtl/symbian/classes.pp

@@ -46,9 +46,6 @@ uses
 {$ifdef FPC_TESTGENERICS}
   fgl,
 {$endif}
-{$IF DEFINED(CPUARM) or DEFINED(CPUAARCH64) }
-  intrinsics,
-{$ENDIF}
   typinfo;
 {$ENDIF FPC_DOTTEDUNITS}