diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-02-15 05:38:02 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-02-15 05:38:02 +0000 |
| commit | a7536a22f1c4ddd7d7b8c22bafc2729561e51eff (patch) | |
| tree | 3acc4840ae16616aea9f071211c944efebf1f8a5 | |
| parent | ec8cca06a496b14ce77bc154874c6a535117948a (diff) | |
Notes
| -rw-r--r-- | lib/msun/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile index 642b002df6a9..cb3aecf43a8b 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.1beta 93/09/24 -# $Id: Makefile,v 1.4 1995/03/08 01:41:40 bde Exp $ +# $Id: Makefile,v 1.5 1995/05/30 05:47:47 rgrimes Exp $ # # ==================================================== # Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. @@ -46,14 +46,16 @@ .PATH: ${.CURDIR}/i387 ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S \ e_remainder.S e_scalb.S e_sqrt.S s_atan.S s_ceil.S s_copysign.S \ - s_cos.S s_finite.S s_floor.S s_ilogb.S s_log1p.S s_logb.S \ + s_cos.S s_finite.S s_floor.S s_ilogb.S s_logb.S \ s_rint.S s_scalbn.S s_significand.S s_sin.S s_tan.S -.endif + +# Broken +# ARCH_SRCS+= s_log1p.S .PATH: ${.CURDIR}/man .PATH: ${.CURDIR}/src -CFLAGS+= -D_MULTI_LIBM -D_POSIX_MODE -D_IEEE_LIBM +CFLAGS+= -D_IEEE_LIBM LIB= m COMMON_SRCS = e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \ |
