mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 14:59:45 +08:00
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
This commit is contained in:
parent
b3583df693
commit
0188c2183a
@ -1,3 +1,8 @@
|
||||
2004-07-04 Neil Booth <neil@duron.akihabara.co.uk>
|
||||
|
||||
* config/netbsd.h (NETBSD_OS_CPP_BUILTINS_COMMON): Define __unix__
|
||||
and assert system is bsd.
|
||||
|
||||
2004-07-04 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* config/mips/mips.h (MASK_DEBUG_C, TARGET_DEBUG_C_MODE): Delete.
|
||||
|
@ -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"); \
|
||||
} \
|
||||
|
Loading…
Reference in New Issue
Block a user