If we are not including i387 support in libm, build a separate libi387.
This commit is contained in:
parent
e133a9e685
commit
25b059b813
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.51 1999/08/22 18:28:37 is Exp $
|
# $NetBSD: Makefile,v 1.52 1999/12/13 09:40:27 christos Exp $
|
||||||
#
|
#
|
||||||
# @(#)Makefile 5.1beta 93/09/24
|
# @(#)Makefile 5.1beta 93/09/24
|
||||||
#
|
#
|
||||||
@ -59,6 +59,8 @@ ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_expf.S e_fmod.S e_log.S \
|
|||||||
s_log1p.S s_log1pf.S s_logb.S s_logbf.S s_rint.S s_rintf.S \
|
s_log1p.S s_log1pf.S s_logb.S s_logbf.S s_rint.S s_rintf.S \
|
||||||
s_scalbn.S s_scalbnf.S s_significand.S s_significandf.S s_sin.S \
|
s_scalbn.S s_scalbnf.S s_significand.S s_significandf.S s_sin.S \
|
||||||
s_sinf.S s_tan.S s_tanf.S
|
s_sinf.S s_tan.S s_tanf.S
|
||||||
|
.else
|
||||||
|
SUBDIR=arch/i387
|
||||||
.endif
|
.endif
|
||||||
.elif (${MACHINE_ARCH} == "m68k")
|
.elif (${MACHINE_ARCH} == "m68k")
|
||||||
.if defined(M68060)
|
.if defined(M68060)
|
||||||
@ -203,3 +205,4 @@ MLINKS+=tan.3 tanf.3
|
|||||||
MLINKS+=tanh.3 tanhf.3
|
MLINKS+=tanh.3 tanhf.3
|
||||||
|
|
||||||
.include <bsd.lib.mk>
|
.include <bsd.lib.mk>
|
||||||
|
.include <bsd.subdir.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user