Commit 0722cb66 by Anthony Green Committed by Anthony Green

Fix arm-elf support.

From-SVN: r71613
parent a8cc9af3
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> 2003-09-09 Alan Modra <amodra@bigpond.net.au>
* configure: Regenerate. * configure: Regenerate.
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
# endif # endif
/* Determine the machine type: */ /* Determine the machine type: */
# if defined(__XSCALE__) # if defined(__arm__) || defined(__thumb__)
# define ARM32 # define ARM32
# if !defined(LINUX) # if !defined(LINUX)
# define NOSYS # define NOSYS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment