Deleted Added
full compact
Makefile (140172) Makefile (140195)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 140172 2005-01-13 09:11:41Z stefanf $
2# $FreeBSD: head/lib/msun/Makefile 140195 2005-01-13 18:58:25Z das $
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.

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

49# Stock gcc 2.7.2.1 doesn't understand these options.
50#CFLAGS += -mtrap-precision=i -mfp-trap-mode=su
51.elif ${MACHINE_ARCH} == "i386"
52ARCH_SUBDIR= i387
53ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S \
54 e_remainder.S e_scalb.S e_sqrt.S s_atan.S s_ceil.S s_copysign.S \
55 s_cos.S s_finite.S s_floor.S s_llrint.S s_logb.S s_lrint.S \
56 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.

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

49# Stock gcc 2.7.2.1 doesn't understand these options.
50#CFLAGS += -mtrap-precision=i -mfp-trap-mode=su
51.elif ${MACHINE_ARCH} == "i386"
52ARCH_SUBDIR= i387
53ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S \
54 e_remainder.S e_scalb.S e_sqrt.S s_atan.S s_ceil.S s_copysign.S \
55 s_cos.S s_finite.S s_floor.S s_llrint.S s_logb.S s_lrint.S \
56 s_rint.S s_scalbn.S s_significand.S s_sin.S s_tan.S
57# Broken:
58# ARCH_SRCS+= s_log1p.S
57# float counterparts
58ARCH_SRCS+= e_atan2f.S e_log10f.S e_logf.S e_remainderf.S e_scalbf.S \
59 e_sqrtf.S s_ceilf.S s_copysignf.S s_cosf.S s_floorf.S s_logbf.S \
60 s_rintf.S s_scalbnf.S s_significandf.S s_sinf.S s_tanf.S
59.endif
60
61ARCH_SUBDIR?= ${MACHINE_ARCH}
62
63.PATH: ${.CURDIR}/bsdsrc
64.PATH: ${.CURDIR}/man
65.PATH: ${.CURDIR}/src
66

--- 127 unchanged lines hidden ---
61.endif
62
63ARCH_SUBDIR?= ${MACHINE_ARCH}
64
65.PATH: ${.CURDIR}/bsdsrc
66.PATH: ${.CURDIR}/man
67.PATH: ${.CURDIR}/src
68

--- 127 unchanged lines hidden ---