Add sqrtl
This commit is contained in:
parent
6e40dbef26
commit
420437aa3e
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.173 2015/12/21 17:02:02 christos Exp $
|
# $NetBSD: Makefile,v 1.174 2015/12/29 16:57:35 christos Exp $
|
||||||
#
|
#
|
||||||
# @(#)Makefile 5.1beta 93/09/24
|
# @(#)Makefile 5.1beta 93/09/24
|
||||||
#
|
#
|
||||||
|
@ -141,6 +141,8 @@ ARCH_SRCS = e_acos.S e_asin.S e_atanh.S e_cosh.S e_exp.S e_fmod.S e_log.S \
|
||||||
s_ceil.S s_copysign.S s_cos.S s_expm1.S s_finite.S s_floor.S \
|
s_ceil.S s_copysign.S s_cos.S s_expm1.S s_finite.S s_floor.S \
|
||||||
s_log1p.S s_logb.S s_rint.S s_scalbn.S s_sin.S s_tan.S s_tanh.S
|
s_log1p.S s_logb.S s_rint.S s_scalbn.S s_sin.S s_tan.S s_tanh.S
|
||||||
.endif
|
.endif
|
||||||
|
COPTS.e_sqrtl.c += -DHAVE_FENV_H
|
||||||
|
COMMON_SRCS += fenv.c
|
||||||
.endif
|
.endif
|
||||||
# end of m68k
|
# end of m68k
|
||||||
.elif (${LIBC_MACHINE_ARCH} == "vax")
|
.elif (${LIBC_MACHINE_ARCH} == "vax")
|
||||||
|
|
Loading…
Reference in New Issue