Browse Source

* compiler defined cpuflags instead of creating them during system unit compilation

git-svn-id: trunk@22091 -
florian 13 years ago
parent
commit
e6efbd36ad
1 changed files with 0 additions and 16 deletions
  1. 0 16
      rtl/arm/armdefines.inc

+ 0 - 16
rtl/arm/armdefines.inc

@@ -14,22 +14,6 @@
 
  **********************************************************************}
 
-{$if not defined(cpuarmv3) and not defined(cpuarmv4)}
-{$define CPUARM_HAS_BX} // cpu has BX instruction
-{$endif}
-
-{$if not defined(CPUARMV3) and not defined(CPUARMV4) and not defined(CPUARMV5)}
-{$define CPUARM_HAS_REV} // cpu has REV instruction
-{$endif}
-
-{$if defined(CPUARMV7M) or defined(CPUARMCORTEXM3)}
-{$define CPUARM_HAS_IDIV} // cpu has SDIV/UDIV instructions
-{$endif}
-
-{$if defined(CPUARMV6) or defined(CPUARMV7) or defined(CPUARMV7M) or defined(CPUARMCORTEXM3)}
-{$define CPUARM_HAS_LDREX} // cpu has LDREX/STREX instructions
-{$endif}
-
 {$if defined(LINUX) and (defined(CPUARMEL) or defined(CPUARMHF))}
 {$define SYSTEM_HAS_KUSER_CMPXCHG} // system has kuser_cmpxchg method
 {$endif}