Module Name: src
Committed By: matt
Date: Sat Aug 4 15:16:16 UTC 2012
Modified Files:
src/lib/libm: Makefile
Log Message:
Use COPTS instead of CFLAGS
To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 src/lib/libm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libm/Makefile
diff -u src/lib/libm/Makefile:1.124 src/lib/libm/Makefile:1.125
--- src/lib/libm/Makefile:1.124 Sat May 5 17:54:13 2012
+++ src/lib/libm/Makefile Sat Aug 4 15:16:16 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.124 2012/05/05 17:54:13 christos Exp $
+# $NetBSD: Makefile,v 1.125 2012/08/04 15:16:16 matt Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@@ -118,7 +118,7 @@ WARNS?=5
.PATH: ${.CURDIR}/noieee_src
.if (${MACHINE_ARCH} == "alpha")
-CFLAGS+= -mfp-rounding-mode=d
+COPTS+= -mfp-rounding-mode=d
.endif
.if (${MACHINE_ARCH} != "vax")