From 5e383688dc73a3b18d41eabe7714539e39bea752 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Fri, 13 Aug 2004 04:35:03 +0000 Subject: Always include the sqrtf wrapper in libm so that we don't need to worry about conditionally configuring something else for libstdc++. --- libm/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libm') diff --git a/libm/Makefile b/libm/Makefile index 9ca4f14a0..cdecf0991 100644 --- a/libm/Makefile +++ b/libm/Makefile @@ -74,6 +74,8 @@ CSRC+= s_expm1.c s_scalbn.c s_copysign.c e_acos.c e_asin.c e_atan2.c \ k_cos.c e_cosh.c e_exp.c e_fmod.c e_log.c e_log10.c e_pow.c \ k_sin.c e_sinh.c e_sqrt.c k_tan.c e_rem_pio2.c k_rem_pio2.c \ s_finite.c +# We'll add sqrtf to avoid different configurations of libstdc++. +CSRC+= w_sqrtf.c endif COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) -- cgit v1.2.3