]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcconfig.h: Don't check for __XSCALE__.
authorRichard Earnshaw <rearnsha@arm.com>
Sat, 28 Sep 2002 12:12:36 +0000 (12:12 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Sat, 28 Sep 2002 12:12:36 +0000 (12:12 +0000)
* include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
check for __arm__ or __thumb__.

From-SVN: r57610

boehm-gc/ChangeLog
boehm-gc/include/private/gcconfig.h

index 1e39307bfa7d8ac962ef097eeb4a50cf426cef0d..2114ef3d98e4040332ca1a582c12c7d639158b98 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 432250cf4f690df6829cd75016859323777db456..00ff9ef6a874572da318981e38d06013cbab30cc 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