diff options
Diffstat (limited to 'gnu/usr.bin/gcc/config/vax/openbsd.h')
-rw-r--r-- | gnu/usr.bin/gcc/config/vax/openbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/config/vax/openbsd.h b/gnu/usr.bin/gcc/config/vax/openbsd.h index 205dce616a0..b6c25b4cda2 100644 --- a/gnu/usr.bin/gcc/config/vax/openbsd.h +++ b/gnu/usr.bin/gcc/config/vax/openbsd.h @@ -2,7 +2,7 @@ #include <openbsd.h> #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Dvax -D__OpenBSD__ -D__NetBSD__ -Asystem(unix) -Asystem(OpenBSD) -Acpu(vax) -Amachine(vax)" +#define CPP_PREDEFINES "-Dunix -Dvax -D__OpenBSD__ -Asystem(unix) -Asystem(OpenBSD) -Acpu(vax) -Amachine(vax)" /* Make gcc agree with <machine/ansi.h> */ |