diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-20 16:52:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-20 16:52:19 +0000 |
commit | f2c7b1d1c78507ce889593dfbaa8d9144566c846 (patch) | |
tree | c9a3f03f394231ae3b1dd3372aa355bff41ae793 /gnu/usr.bin | |
parent | cf7b19c1e524c65ccdd429f220ecae156ccfae4d (diff) |
do the unix thing; janjaap@stack.nl
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 |