diff options
| author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-17 14:33:50 +0000 |
|---|---|---|
| committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-17 14:33:50 +0000 |
| commit | 7df52467f557f35ce6bbde15fa8eb24342a3f49e (patch) | |
| tree | b8fd6d38939a6a6dd1825b5082261d5bd80ac9e8 | |
| parent | f69dd658bf90f4802f3929cc49cab9b213d87510 (diff) | |
| download | ppe42-gcc-7df52467f557f35ce6bbde15fa8eb24342a3f49e.tar.gz ppe42-gcc-7df52467f557f35ce6bbde15fa8eb24342a3f49e.zip | |
* config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
__arch64__ to match Compaq cc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64480 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/alpha/osf.h | 2 |
2 files changed, 7 insertions, 0 deletions
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 <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. 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"); \ |

