From: Richard Kenner Date: Thu, 4 May 1995 21:37:30 +0000 (-0400) Subject: Initial revision X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=38a5982c494f74f46e2b2898e0865061f66989e7;p=gcc.git Initial revision From-SVN: r9574 --- diff --git a/gcc/config/vax/netbsd.h b/gcc/config/vax/netbsd.h new file mode 100644 index 00000000000..ec3dcdf444c --- /dev/null +++ b/gcc/config/vax/netbsd.h @@ -0,0 +1,5 @@ +#include "vax/vax.h" +#include "netbsd.h" + +#undef CPP_PREDEFINES +#define CPP_PREDEFINES "-Dunix -Dvax -D__NetBSD__ -Asystem(unix) -Asystem(NetBSD) -Acpu(vax) -Amachine(vax)"