Fix arm-elf support.

From-SVN: r71613
This commit is contained in:
Anthony Green 2003-09-21 00:15:52 +00:00 committed by Anthony Green
parent a8cc9af35f
commit 0722cb666c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-09-20 <green@redhat.com>
* include/private/gcconfig.h: Don't check for __XSCALE__. Instead
check for __arm__ or __thumb__.
2003-09-09 Alan Modra <amodra@bigpond.net.au>
* configure: Regenerate.

View file

@ -60,7 +60,7 @@
# endif
/* Determine the machine type: */
# if defined(__XSCALE__)
# if defined(__arm__) || defined(__thumb__)
# define ARM32
# if !defined(LINUX)
# define NOSYS