diff options
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/gcc/config/alpha/openbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/config/alpha/openbsd.h b/gnu/usr.bin/gcc/config/alpha/openbsd.h index a321da5cc1d..b0871bfd2ad 100644 --- a/gnu/usr.bin/gcc/config/alpha/openbsd.h +++ b/gnu/usr.bin/gcc/config/alpha/openbsd.h @@ -64,7 +64,7 @@ Boston, MA 02111-1307, USA. */ /* Define mips-specific OpenBSD predefines... */ #ifndef CPP_PREDEFINES -#define CPP_PREDEFINES "-D__ANSI_COMPAT \ +#define CPP_PREDEFINES "-Dunix -D__ANSI_COMPAT -Asystem(unix) \ -D__OpenBSD__ -D__alpha__ -D__alpha" #endif |