Revert {send,sendm,recv,recvm}msg conformance changes
[glibc.git] / sysdeps / unix / sysv / linux / mips / mips64 / Makefile
blobb4fb190bba4e359a5fe88b8787a65c7991f67016
1 ifeq ($(subdir),socket)
2 CFLAGS-recv.c += -fexceptions
3 CFLAGS-send.c += -fexceptions
4 endif
6 ifeq ($(subdir),nptl)
7 CFLAGS-recv.c += -fexceptions
8 CFLAGS-send.c += -fexceptions
9 endif
11 ifeq ($(subdir),signal)
12 # sigaction.c defines static functions in asms and refers to them from
13 # C code, resulting in "'restore_rt' used but never defined" (which
14 # has no corresponding warning option to allow it to be disabled with
15 # diagnostic pragmas).
16 CFLAGS-sigaction.c += -Wno-error
17 endif
19 ifeq ($(subdir),nptl)
20 CFLAGS-sigaction.c += -Wno-error
21 endif