From 0188c2183ac76a92e8095dcb7736c7877942cf5b Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 4 Jul 2004 21:28:07 +0000 Subject: netbsd.h (NETBSD_OS_CPP_BUILTINS_COMMON): Define __unix__ and assert system is bsd. * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_COMMON): Define __unix__ and assert system is bsd. From-SVN: r84096 --- gcc/config/netbsd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/config/netbsd.h') diff --git a/gcc/config/netbsd.h b/gcc/config/netbsd.h index f27e8b7..e3eb0d1 100644 --- a/gcc/config/netbsd.h +++ b/gcc/config/netbsd.h @@ -24,6 +24,8 @@ Boston, MA 02111-1307, USA. */ do \ { \ builtin_define ("__NetBSD__"); \ + builtin_define ("__unix__"); \ + builtin_assert ("system=bsd"); \ builtin_assert ("system=unix"); \ builtin_assert ("system=NetBSD"); \ } \ -- cgit v1.1