For lib/msun, turn off warnings about unknown pragmas, since

lib/msun/src/e_sqrtl.c uses an unsupported STDC FENV_ACCESS pragma.
This commit is contained in:
Dimitry Andric 2014-02-21 18:49:08 +00:00
parent f5e6413717
commit 2882a0d33c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang-sparc64/; revision=262301

View File

@ -43,6 +43,7 @@ LIB= m
SHLIBDIR?= /lib
SHLIB_MAJOR= 5
WARNS?= 1
IGNORE_PRAGMA=
COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \
e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \