--- gcc/config/vax/vaxv.h 2018/04/24 18:10:25 1.1.1.1 +++ gcc/config/vax/vaxv.h 2018/04/24 18:16:01 1.1.1.2 @@ -23,6 +23,9 @@ the Free Software Foundation, 675 Mass A #define SCCS_DIRECTIVE +#undef CPP_PREDEFINES +#define CPP_PREDEFINES "-Dvax -Dunix -Asystem(unix) -Asystem(svr3) -Acpu(vax) -Amachine(vax)" + /* Output #ident as a .ident. */ #define ASM_OUTPUT_IDENT(FILE, NAME) fprintf (FILE, "\t.ident \"%s\"\n", NAME);