osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__, __arch64__ to match Compaq cc.
authorDave Love <fx@gnu.org>
Mon, 17 Mar 2003 14:33:50 +0000 (14:33 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Mon, 17 Mar 2003 14:33:50 +0000 (14:33 +0000)
* config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
__arch64__ to match Compaq cc.

From-SVN: r64480

gcc/ChangeLog
gcc/config/alpha/osf.h

index 7197370f36cc9c441a28a6258a38b5cf81bc32be..d9ea927d466bed62cdc13199b0fc3234433cde87 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
+       __arch64__ to match Compaq cc.
+
 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
 
        * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
index 871f078ea9940b90c3feab988f86a7519a89af4d..2be2a424d3597f01a80aef553c6006eb8faee966 100644 (file)
@@ -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");                 \