summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/mips/mips64/Makefile
blob: fcb48c0f566d4f11fa879b0bb923e140742e2dd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
ifeq ($(subdir),signal)
# sigaction.c defines static functions in asms and refers to them from
# C code, resulting in "'restore_rt' used but never defined" (which
# has no corresponding warning option to allow it to be disabled with
# diagnostic pragmas).
CFLAGS-sigaction.c += -Wno-error
endif

ifeq ($(subdir),nptl)
CFLAGS-sigaction.c += -Wno-error
endif