From 04369675d00f82b2db4e813d02de763f9f448b27 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 14 Jan 1998 12:39:37 -0700 Subject: Import of real gcc-2.8.0 sources. From-SVN: r17354 --- gcc/config/alpha/vms.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gcc/config/alpha/vms.h') diff --git a/gcc/config/alpha/vms.h b/gcc/config/alpha/vms.h index 01663e342b9..8e4fd6dc858 100644 --- a/gcc/config/alpha/vms.h +++ b/gcc/config/alpha/vms.h @@ -29,13 +29,10 @@ Boston, MA 02111-1307, USA. */ #include "alpha/alpha.h" -/* Predefine this in CPP because VMS limits the size of command options - and GNU CPP is not used on VMS except with GNU C. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ "-Dalpha -D__ALPHA -Dvms -DVMS -D__alpha__ -D__alpha -D__vms__ -D__VMS__\ - -D__VMS_VER=70000022 \ - -D__GNUC__=2 -D__GNUC_MINOR__=7 -Asystem(vms) -Acpu(alpha) -Amachine(alpha)" + -Asystem(vms) -Acpu(alpha) -Amachine(alpha)" #undef CPP_SPEC #define CPP_SPEC "\ -- cgit v1.2.3