check for __arm__ or __thumb__.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57610
138bc75d-0d04-0410-961f-
82ee72b054a4
+2002-09-28 Richard Earnshaw <rearnsha@arm.com>
+
+ * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
+ check for __arm__ or __thumb__.
+
2002-09-27 Ulrich Weigand <uweigand@de.ibm.com>
* include/private/gcconfig: Add machine type S390. Add s390x support.
# endif
/* Determine the machine type: */
-# if defined(__XSCALE__)
+# if defined(__arm__) || defined(__thumb__)
# define ARM32
# if !defined(LINUX)
# define NOSYS