Source-Changes-HG archive

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

[src/trunk]: src/lib/libm Use COPTS instead of CFLAGS



details:   https://anonhg.NetBSD.org/src/rev/5454b2b24ca7
branches:  trunk
changeset: 780720:5454b2b24ca7
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Aug 04 15:16:16 2012 +0000

description:
Use COPTS instead of CFLAGS

diffstat:

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

diffs (18 lines):

diff -r 6b7e72723907 -r 5454b2b24ca7 lib/libm/Makefile
--- a/lib/libm/Makefile Sat Aug 04 15:13:09 2012 +0000
+++ b/lib/libm/Makefile Sat Aug 04 15:16:16 2012 +0000
@@ -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 @@
 .PATH: ${.CURDIR}/noieee_src
 
 .if (${MACHINE_ARCH} == "alpha")
-CFLAGS+= -mfp-rounding-mode=d
+COPTS+= -mfp-rounding-mode=d
 .endif
 
 .if (${MACHINE_ARCH} != "vax")



Home | Main Index | Thread Index | Old Index