Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/stdlib Restrict -ffloat-store to t_strtod.c.
details: https://anonhg.NetBSD.org/src/rev/482f1794928e
branches: trunk
changeset: 777592:482f1794928e
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Feb 24 14:02:55 2012 +0000
description:
Restrict -ffloat-store to t_strtod.c.
diffstat:
tests/lib/libc/stdlib/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r b21a1dc5df68 -r 482f1794928e tests/lib/libc/stdlib/Makefile
--- a/tests/lib/libc/stdlib/Makefile Fri Feb 24 13:53:46 2012 +0000
+++ b/tests/lib/libc/stdlib/Makefile Fri Feb 24 14:02:55 2012 +0000
@@ -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 @@
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
-
.include <bsd.test.mk>
Home |
Main Index |
Thread Index |
Old Index