]> granicus.if.org Git - gc/commitdiff
Fix arm-elf support.
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Sep 2003 00:15:52 +0000 (00:15 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:23 +0000 (10:54 +0400)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71613 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
include/private/gcconfig.h

index f0918f67603c8c71702a41fcdbd1b69c3cbeab82..9a4df519a37fddc33464a9d3282e8dc503c9ab68 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 29dab213815df104ac680282919e3c6610c0ff6d..45386d785708a8c56f384040036a136b7d605691 100644 (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