gcconfig.h: Don't check for __XSCALE__.

* include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
check for __arm__ or __thumb__.

From-SVN: r57610
This commit is contained in:
Richard Earnshaw 2002-09-28 12:12:36 +00:00 committed by Richard Earnshaw
parent 28165e22cd
commit 82cfabc1a9
2 changed files with 6 additions and 1 deletions

View 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.

View 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