* alpha/linux.h (CPP_PREDEFINES): Define __alpha__ for imake.
authorRichard Henderson <rth@cygnus.com>
Sat, 3 Oct 1998 19:02:05 +0000 (12:02 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 3 Oct 1998 19:02:05 +0000 (12:02 -0700)
From-SVN: r22796

gcc/ChangeLog
gcc/config/alpha/linux.h

index b83b90ea06eacd3379835b98048c4d3407e2719d..d0b566c6e3df7f2ee1787c1fdfe0d877609542fe 100644 (file)
@@ -1,3 +1,7 @@
+Sat Oct  3 19:01:03 1998  Richard Henderson  <rth@cygnus.com>
+
+       * alpha/linux.h (CPP_PREDEFINES): Define __alpha__ for imake.
+
 Sat Oct  3 14:42:19 1998  Jason Merrill  <jason@yorick.cygnus.com>
 
        * PROJECTS: Remove template friends.
index 39c1f575ecee1add63f189cf70e6537091c9038f..01b4e9daeea9cda748ac139f356301ee5e587bf8 100644 (file)
@@ -24,7 +24,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES \
-"-Dlinux -Dunix -Asystem(linux) -D_LONGLONG " SUB_CPP_PREDEFINES
+"-Dlinux -Dunix -Asystem(linux) -D_LONGLONG -D__alpha__ " \
+SUB_CPP_PREDEFINES
 
 #undef LIB_SPEC
 #define LIB_SPEC "%{pg:-lgmon} %{pg:-lc_p} %{!pg:-lc}"