diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-28 20:47:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-28 20:47:52 +0000 |
commit | d5565a3d188495c0791f7ed4e5a33119be1ec372 (patch) | |
tree | 3a5e7a960df9d65f05a53949518e1a8d466472ce /gnu/usr.bin/gcc/config/mips | |
parent | 8990d9fdc05ef888701f0a3157ecaec30377382d (diff) |
no more -D__NetBSD__
Diffstat (limited to 'gnu/usr.bin/gcc/config/mips')
-rw-r--r-- | gnu/usr.bin/gcc/config/mips/openbsd-be.h | 2 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/mips/openbsd-le.h | 2 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/mips/openbsd.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/gcc/config/mips/openbsd-be.h b/gnu/usr.bin/gcc/config/mips/openbsd-be.h index 637529086dd..2d5d292d513 100644 --- a/gnu/usr.bin/gcc/config/mips/openbsd-be.h +++ b/gnu/usr.bin/gcc/config/mips/openbsd-be.h @@ -70,7 +70,7 @@ Boston, MA 02111-1307, USA. */ /* Define mips-specific OpenBSD predefines... */ #ifndef CPP_PREDEFINES #define CPP_PREDEFINES "-D__ANSI_COMPAT \ --DMIPSEB -DR3000 -DSYSTYPE_BSD -D_SYSTYPE_BSD -D__OpenBSD__ -D__NetBSD__ -Dmips \ +-DMIPSEB -DR3000 -DSYSTYPE_BSD -D_SYSTYPE_BSD -D__OpenBSD__ -Dmips \ -D__NO_LEADING_UNDERSCORES__ -D__GP_SUPPORT__ \ -Dunix -D_R3000 \ -Asystem(unix) -Asystem(OpenBSD) -Amachine(mips)" diff --git a/gnu/usr.bin/gcc/config/mips/openbsd-le.h b/gnu/usr.bin/gcc/config/mips/openbsd-le.h index d56c1e091aa..1dff8716355 100644 --- a/gnu/usr.bin/gcc/config/mips/openbsd-le.h +++ b/gnu/usr.bin/gcc/config/mips/openbsd-le.h @@ -70,7 +70,7 @@ Boston, MA 02111-1307, USA. */ /* Define mips-specific OpenBSD predefines... */ #ifndef CPP_PREDEFINES #define CPP_PREDEFINES "-D__ANSI_COMPAT \ --DMIPSEL -DR3000 -DSYSTYPE_BSD -D_SYSTYPE_BSD -D__OpenBSD__ -D__NetBSD__ -Dmips \ +-DMIPSEL -DR3000 -DSYSTYPE_BSD -D_SYSTYPE_BSD -D__OpenBSD__ -Dmips \ -D__NO_LEADING_UNDERSCORES__ -D__GP_SUPPORT__ \ -Dunix -D_R3000 \ -Asystem(unix) -Asystem(OpenBSD) -Amachine(mips)" diff --git a/gnu/usr.bin/gcc/config/mips/openbsd.h b/gnu/usr.bin/gcc/config/mips/openbsd.h index db93c872d33..67a5ae7ce70 100644 --- a/gnu/usr.bin/gcc/config/mips/openbsd.h +++ b/gnu/usr.bin/gcc/config/mips/openbsd.h @@ -70,7 +70,7 @@ Boston, MA 02111-1307, USA. */ /* Define mips-specific OpenBSD predefines... */ #ifndef CPP_PREDEFINES #define CPP_PREDEFINES "-D__ANSI_COMPAT \ --DMIPSEL -DR3000 -DSYSTYPE_BSD -D_SYSTYPE_BSD -D__OpenBSD__ -D__NetBSD__ -Dmips \ +-DMIPSEL -DR3000 -DSYSTYPE_BSD -D_SYSTYPE_BSD -D__OpenBSD__ -Dmips \ -D__NO_LEADING_UNDERSCORES__ -D__GP_SUPPORT__ \ -Dunix -D_R3000 \ -Asystem(unix) -Asystem(OpenBSD) -Amachine(mips)" |