From: Dave Love Date: Mon, 17 Mar 2003 14:33:50 +0000 (+0000) Subject: osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__, __arch64__ to match Compaq cc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aeefc21d6d54ca46a1a090780dfb422d60dae421;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7197370f36c..d9ea927d466 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 871f078ea99..2be2a424d35 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"); \