Update hppa libm-test-ulps
[glibc.git] / sysdeps / unix / sysv / linux / mips / mips64 / Makefile
blobfcb48c0f566d4f11fa879b0bb923e140742e2dd2
1 ifeq ($(subdir),signal)
2 # sigaction.c defines static functions in asms and refers to them from
3 # C code, resulting in "'restore_rt' used but never defined" (which
4 # has no corresponding warning option to allow it to be disabled with
5 # diagnostic pragmas).
6 CFLAGS-sigaction.c += -Wno-error
7 endif
9 ifeq ($(subdir),nptl)
10 CFLAGS-sigaction.c += -Wno-error
11 endif