OSDN Git Service

* include/private/gcconfig.h: Don't check for __XSCALE__. Instead
[pf3gnuchains/gcc-fork.git] / boehm-gc / include / private / gcconfig.h
index 432250c..00ff9ef 100644 (file)
@@ -44,7 +44,7 @@
 # endif
 
 /* Determine the machine type: */
-# if defined(__XSCALE__)
+# if defined(__arm__) || defined(__thumb__)
 #    define ARM32
 #    if !defined(LINUX)
 #      define NOSYS