Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libm Compile libm on VAX at WARNS=2; leave other archit...



details:   https://anonhg.NetBSD.org/src/rev/8259bb169d2d
branches:  trunk
changeset: 532780:8259bb169d2d
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jun 15 00:13:07 2002 +0000

description:
Compile libm on VAX at WARNS=2;  leave other architectures at WARNS=1

diffstat:

 lib/libm/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 58f67604ba37 -r 8259bb169d2d lib/libm/Makefile
--- a/lib/libm/Makefile Sat Jun 15 00:11:36 2002 +0000
+++ b/lib/libm/Makefile Sat Jun 15 00:13:07 2002 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.58 2002/01/27 23:33:52 ross Exp $
+#  $NetBSD: Makefile,v 1.59 2002/06/15 00:13:07 matt Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -49,8 +49,6 @@
 # require this for the value of I387_LIBM from mk.conf, if set.
 .include <bsd.own.mk>
 
-WARNS?=                1
-
 .if (${MACHINE_ARCH} == "alpha")
 .PATH: ${.CURDIR}/arch/alpha
 ARCH_SRCS = s_copysign.S s_copysignf.S
@@ -93,8 +91,11 @@
 #ARCH_SRCS = n_atan2.S n_cabs.S n_cbrt.S n_support.S n_sincos.S n_tan.S
 # XXX - ripped out due to lack of the insn polyd in the Mariah chip,
 # and emulation code isn't written yet.
+WARNS?=2
 .endif
 
+WARNS?=                1
+
 .PATH: ${.CURDIR}/man
 .PATH: ${.CURDIR}/src
 .PATH: ${.CURDIR}/noieee_src



Home | Main Index | Thread Index | Old Index