From 25b059b8130982429972c7c8fb64000cef4804af Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 13 Dec 1999 09:40:27 +0000 Subject: [PATCH] If we are not including i387 support in libm, build a separate libi387. --- lib/libm/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 25f14f0f5084..4b9cdfc745c5 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -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 # @@ -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_scalbn.S s_scalbnf.S s_significand.S s_significandf.S s_sin.S \ s_sinf.S s_tan.S s_tanf.S +.else +SUBDIR=arch/i387 .endif .elif (${MACHINE_ARCH} == "m68k") .if defined(M68060) @@ -203,3 +205,4 @@ MLINKS+=tan.3 tanf.3 MLINKS+=tanh.3 tanhf.3 .include +.include