aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2008-07-31 20:11:37 +0000
committerDavid Schultz <das@FreeBSD.org>2008-07-31 20:11:37 +0000
commitd84f6378b959235f7512003d4e81842b75770ea6 (patch)
treeb4b54f6c6cd7bdf92f4080deabd881bf9ef16fe7 /lib/msun
parent71da0e146bade24dab085b2dc3c9f95940c4cf8a (diff)
downloadsrc-d84f6378b959235f7512003d4e81842b75770ea6.tar.gz
src-d84f6378b959235f7512003d4e81842b75770ea6.zip
Set WARNS=1.
I believe I've committed all the bits necessary to make this compile on all supported architectures. :crosses fingers:
Notes
Notes: svn path=/head/; revision=181064
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile
index 6786578350ac..404dd1c3ddfe 100644
--- a/lib/msun/Makefile
+++ b/lib/msun/Makefile
@@ -36,6 +36,7 @@ ARCH_SUBDIR= ${MACHINE_ARCH}
LIB= m
SHLIBDIR?= /lib
SHLIB_MAJOR= 5
+WARNS?= 1
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 \