Skip to content
Snippets Groups Projects
Commit c3691208 authored by green's avatar green
Browse files

Fix arm-elf support.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71613 138bc75d-0d04-0410-961f-82ee72b054a4
parent 460ab0f5
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment