Better sparse support.
[bertos.git] / cfg / cpu_detect.h
index a2248cf7846f7d2f153e782bd1fc30832e565752..75c6f13a24c44a39864b13b76a83db4b40f7f6cd 100755 (executable)
 #ifndef CPU_DETECT_H
 #define CPU_DETECT_H
 
-/* sparse? */
-#ifdef __CHECKER__
-       /* Any random CPU will do */
-       #define __arm__
-#endif
-
 #if defined(__arm__) /* GCC */ \
        || defined(__ARM4TM__) /* IAR: defined for all cores >= 4tm */
        #define CPU_ARM                 1