From 6c9b0f68267cf365d060d4e51e7cb8f61498b875 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 12 Sep 2012 23:36:19 +0000 Subject: Make strtod respect the rounding mode (bug 14518). --- stdlib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib/Makefile') diff --git a/stdlib/Makefile b/stdlib/Makefile index dfc5eaf..c730b47 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -150,3 +150,4 @@ else link-libm = $(common-objpfx)math/libm.a endif $(objpfx)bug-getcontext: $(link-libm) +$(objpfx)tst-strtod-round: $(link-libm) -- cgit v1.1