From 4d77340e3de33f19a76a87bf1e6dfa58f79dc430 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 3 Oct 1998 12:02:05 -0700 Subject: [PATCH] * alpha/linux.h (CPP_PREDEFINES): Define __alpha__ for imake. From-SVN: r22796 --- gcc/ChangeLog | 4 ++++ gcc/config/alpha/linux.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b83b90ea06e..d0b566c6e3d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sat Oct 3 19:01:03 1998 Richard Henderson + + * alpha/linux.h (CPP_PREDEFINES): Define __alpha__ for imake. + Sat Oct 3 14:42:19 1998 Jason Merrill * PROJECTS: Remove template friends. diff --git a/gcc/config/alpha/linux.h b/gcc/config/alpha/linux.h index 39c1f575ece..01b4e9daeea 100644 --- a/gcc/config/alpha/linux.h +++ b/gcc/config/alpha/linux.h @@ -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}" -- 2.30.2