Deleted Added
full compact
Makefile (117912) Makefile (117917)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 117912 2003-07-23 04:53:47Z peter $
2# $FreeBSD: head/lib/msun/Makefile 117917 2003-07-23 09:24:44Z bde $
3#
4# ====================================================
5# Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
6#
7# Developed at SunPro, a Sun Microsystems, Inc. business.
8# Permission to use, copy, modify, and distribute this
9# software is freely granted, provided that this notice
10# is preserved.

--- 39 unchanged lines hidden (view full) ---

50# Stock gcc 2.7.2.1 doesn't understand these options.
51#CFLAGS += -mtrap-precision=i -mfp-trap-mode=su
52.elif ${MACHINE_ARCH} == "i386"
53ARCH= i387
54ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S \
55 e_remainder.S e_scalb.S e_sqrt.S s_atan.S s_ceil.S s_copysign.S \
56 s_cos.S s_finite.S s_floor.S s_ilogb.S s_logb.S \
57 s_rint.S s_scalbn.S s_significand.S s_sin.S s_tan.S
3#
4# ====================================================
5# Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
6#
7# Developed at SunPro, a Sun Microsystems, Inc. business.
8# Permission to use, copy, modify, and distribute this
9# software is freely granted, provided that this notice
10# is preserved.

--- 39 unchanged lines hidden (view full) ---

50# Stock gcc 2.7.2.1 doesn't understand these options.
51#CFLAGS += -mtrap-precision=i -mfp-trap-mode=su
52.elif ${MACHINE_ARCH} == "i386"
53ARCH= i387
54ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S \
55 e_remainder.S e_scalb.S e_sqrt.S s_atan.S s_ceil.S s_copysign.S \
56 s_cos.S s_finite.S s_floor.S s_ilogb.S s_logb.S \
57 s_rint.S s_scalbn.S s_significand.S s_sin.S s_tan.S
58# Broken:
59# ARCH_SRCS+= s_log1p.S
58.endif
59
60.endif
61
60# Broken
61# ARCH_SRCS+= s_log1p.S
62
63
64.PATH: ${.CURDIR}/bsdsrc
65.PATH: ${.CURDIR}/man
66.PATH: ${.CURDIR}/src
67
68CFLAGS+= -D_IEEE_LIBM
69
70LIB= m
71COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \

--- 85 unchanged lines hidden ---
62.PATH: ${.CURDIR}/bsdsrc
63.PATH: ${.CURDIR}/man
64.PATH: ${.CURDIR}/src
65
66CFLAGS+= -D_IEEE_LIBM
67
68LIB= m
69COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \

--- 85 unchanged lines hidden ---