From 393ac9ecb22505aff890860a8a500b806a2d4a1c Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 23 Jun 1994 18:08:41 -0400 Subject: [PATCH] (CPP_PREDEFINES): Add `__vax__'. From-SVN: r7542 --- gcc/config/vax/vax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/vax/vax.h b/gcc/config/vax/vax.h index 36cf4a76852..d510bd4fe53 100644 --- a/gcc/config/vax/vax.h +++ b/gcc/config/vax/vax.h @@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dvax -Dunix -Asystem(unix) -Asystem(bsd) -Acpu(vax) -Amachine(vax)" +#define CPP_PREDEFINES "-Dvax -D__vax__ -Dunix -Asystem(unix) -Asystem(bsd) -Acpu(vax) -Amachine(vax)" /* If using g-format floating point, alter math.h. */ -- 2.30.2