(CPP_PREDEFINES): Add `__vax__'.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 23 Jun 1994 22:08:41 +0000 (18:08 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 23 Jun 1994 22:08:41 +0000 (18:08 -0400)
From-SVN: r7542

gcc/config/vax/vax.h

index 36cf4a76852d73f6f440e516a547270ebd2f8244..d510bd4fe53b213550453d087d14eaf2edd9523b 100644 (file)
@@ -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.  */