diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-06-23 18:09:16 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-06-23 18:09:16 -0400 |
commit | 6ac36afb499314d7a3d3255a4800aa5f349a9681 (patch) | |
tree | 993073c493e1584134056018daadfa866fec16a5 /gcc | |
parent | 393ac9ecb22505aff890860a8a500b806a2d4a1c (diff) | |
download | gcc-6ac36afb499314d7a3d3255a4800aa5f349a9681.zip gcc-6ac36afb499314d7a3d3255a4800aa5f349a9681.tar.gz gcc-6ac36afb499314d7a3d3255a4800aa5f349a9681.tar.bz2 |
(CPP_PREDEFINES): Add `__vax__', `__vms__', and `__VMS__'; update
__GNUC_MINOR__ to 6.
From-SVN: r7543
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/vax/vms.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/vax/vms.h b/gcc/config/vax/vms.h index b6f2ebd..74f6069 100644 --- a/gcc/config/vax/vms.h +++ b/gcc/config/vax/vms.h @@ -37,7 +37,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Predefine this in CPP because VMS limits the size of command options and GNU CPP is not used on VMS except with GNU C. */ -#define CPP_PREDEFINES "-Dvax -Dvms -DVMS -D__GNUC__=2 -D__GNUC_MINOR__=5 -Asystem(vms) -Acpu(vax) -Amachine(vax)" +#define CPP_PREDEFINES \ +"-Dvax -Dvms -DVMS -D__vax__ -D__vms__ -D__VMS__\ + -D__GNUC__=2 -D__GNUC_MINOR__=6 -Asystem(vms) -Acpu(vax) -Amachine(vax)" /* These match the definitions used in VAXCRTL, the VMS C run-time library */ |