Module Name: src
Committed By: joerg
Date: Fri Feb 24 14:02:55 UTC 2012
Modified Files:
src/tests/lib/libc/stdlib: Makefile
Log Message:
Restrict -ffloat-store to t_strtod.c.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/tests/lib/libc/stdlib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/stdlib/Makefile
diff -u src/tests/lib/libc/stdlib/Makefile:1.18 src/tests/lib/libc/stdlib/Makefile:1.19
--- src/tests/lib/libc/stdlib/Makefile:1.18 Sun Sep 11 10:32:23 2011
+++ src/tests/lib/libc/stdlib/Makefile Fri Feb 24 14:02:55 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2011/09/11 10:32:23 jruoho Exp $
+# $NetBSD: Makefile,v 1.19 2012/02/24 14:02:55 joerg Exp $
.include <bsd.own.mk>
@@ -25,9 +25,9 @@ BINDIR= ${TESTSDIR}
PROGS+= h_atexit
PROGS+= h_getopt h_getopt_long
+COPTS.t_strtod.c+= -ffloat-store
LDADD.t_strtod= -lm
-LDADD.t_getenv_thread= -lpthread
-COPTS+= -ffloat-store
+LDADD.t_getenv_thread= -lpthread
.include <bsd.test.mk>