From aeefc21d6d54ca46a1a090780dfb422d60dae421 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 17 Mar 2003 14:33:50 +0000 Subject: osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__, __arch64__ to match Compaq cc. * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__, __arch64__ to match Compaq cc. From-SVN: r64480 --- gcc/ChangeLog | 5 +++++ gcc/config/alpha/osf.h | 2 ++ 2 files changed, 7 insertions(+) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7197370..d9ea927 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-03-17 Rainer Orth + + * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__, + __arch64__ to match Compaq cc. + 2003-03-17 Neil Booth * c-opts.c: Default TARGET_EBCDIC to 0 if not defined. diff --git a/gcc/config/alpha/osf.h b/gcc/config/alpha/osf.h index 871f078..2be2a42 100644 --- a/gcc/config/alpha/osf.h +++ b/gcc/config/alpha/osf.h @@ -38,6 +38,8 @@ Boston, MA 02111-1307, USA. */ builtin_define_std ("SYSTYPE_BSD"); \ builtin_define ("_SYSTYPE_BSD"); \ builtin_define ("__osf__"); \ + builtin_define ("__digital__"); \ + builtin_define ("__arch64__"); \ builtin_define ("_LONGLONG"); \ builtin_define ("__PRAGMA_EXTERN_PREFIX"); \ builtin_assert ("system=unix"); \ -- cgit v1.1