From 178be753686094a0a998ab898e1f13d96626fbc9 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 22 Sep 2005 00:51:06 +0000 Subject: split out nearbyint, round, trunc from libm/powerpc/s_modf.c --- libm/powerpc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libm/powerpc/Makefile') diff --git a/libm/powerpc/Makefile b/libm/powerpc/Makefile index 9e4a309da..342c182ba 100644 --- a/libm/powerpc/Makefile +++ b/libm/powerpc/Makefile @@ -38,7 +38,8 @@ LIBM=../libm.a CFLAGS+=-D_IEEE_LIBM -D_ISOC99_SOURCE -D_SVID_SOURCE ifeq ($(strip $(DO_C99_MATH)),y) -CSRC = s_ceil.c s_floor.c s_ldexp.c s_frexp.c s_logb.c s_modf.c w_scalb.c s_copysign.c s_rint.c +CSRC = s_ceil.c s_copysign.c s_floor.c s_frexp.c s_ldexp.c s_logb.c s_modf.c \ + s_nearbyint.c s_rint.c s_round.c s_trunc.c w_scalb.c else CSRC = endif -- cgit v1.2.3