diff options
author | Dave Love <fx@gnu.org> | 2003-03-17 14:33:50 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2003-03-17 14:33:50 +0000 |
commit | aeefc21d6d54ca46a1a090780dfb422d60dae421 (patch) | |
tree | b8fd6d38939a6a6dd1825b5082261d5bd80ac9e8 /gcc/config | |
parent | c31da8a53569c3e93ed09672f832850785038ff7 (diff) | |
download | gcc-aeefc21d6d54ca46a1a090780dfb422d60dae421.zip gcc-aeefc21d6d54ca46a1a090780dfb422d60dae421.tar.gz gcc-aeefc21d6d54ca46a1a090780dfb422d60dae421.tar.bz2 |
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
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/alpha/osf.h | 2 |
1 files changed, 2 insertions, 0 deletions
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"); \ |