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:
parent
28165e22cd
commit
82cfabc1a9
@ -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.
|
||||
|
@ -44,7 +44,7 @@
|
||||
# endif
|
||||
|
||||
/* Determine the machine type: */
|
||||
# if defined(__XSCALE__)
|
||||
# if defined(__arm__) || defined(__thumb__)
|
||||
# define ARM32
|
||||
# if !defined(LINUX)
|
||||
# define NOSYS
|
||||
|
Loading…
Reference in New Issue
Block a user