From 1004e03297f4ee66266b7870a1aa7f9d05ebe8ce Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 17 Mar 2003 14:52:14 +0000 Subject: [PATCH] osf.h (CPP_PREDEFINES): Define __digital__, __arch64__ to match Compaq cc. * config/alpha/osf.h (CPP_PREDEFINES): Define __digital__, __arch64__ to match Compaq cc. Co-Authored-By: Rainer Orth From-SVN: r64482 --- gcc/ChangeLog | 6 ++++++ gcc/config/alpha/osf.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4c81ec48f8b0..3f394bf60128 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2003-03-17 Dave Love + Rainer Orth + + * config/alpha/osf.h (CPP_PREDEFINES): Define __digital__, + __arch64__ to match Compaq cc. + 2003-03-17 Andreas Schwab PR target/7248 diff --git a/gcc/config/alpha/osf.h b/gcc/config/alpha/osf.h index 69d8b2485da4..9f4f38104040 100644 --- a/gcc/config/alpha/osf.h +++ b/gcc/config/alpha/osf.h @@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ #define CPP_PREDEFINES "\ --Dunix -D__osf__ -D_LONGLONG -DSYSTYPE_BSD \ +-Dunix -D__osf__ -D__digital__ -D__arch64__ -D_LONGLONG -DSYSTYPE_BSD \ -D_SYSTYPE_BSD -Asystem=unix -Asystem=xpg4" /* Tru64 UNIX V5 requires additional definitions for 16 byte long double -- 2.47.2