repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
<sys/socket.h>: turn off MSG_NOSIGNAL
[minix3.git]
/
tests
/
Makefile.inc
blob
c539c7adfe8415b3f7366a512adcbed850ecdc38
1
# $NetBSD: Makefile.inc,v 1.2 2011/09/16 16:30:18 joerg Exp $
2
WARNS ?= 4
3
CWARNFLAGS+= -Wno-missing-noreturn
4
5
.if defined(__MINIX)
6
LDSTATIC= -dynamic
7
NOGCCERROR=yes
8
NOCLANGERROR=yes
9
.endif # defined(__MINIX)