Fix arm-elf support.
From-SVN: r71613
This commit is contained in:
parent
a8cc9af35f
commit
0722cb666c
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
# endif
|
||||
|
||||
/* Determine the machine type: */
|
||||
# if defined(__XSCALE__)
|
||||
# if defined(__arm__) || defined(__thumb__)
|
||||
# define ARM32
|
||||
# if !defined(LINUX)
|
||||
# define NOSYS
|
||||
|
|
Loading…
Add table
Reference in a new issue