Deleted Added
full compact
Makefile (130769) Makefile (130775)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 130769 2004-06-20 09:27:03Z das $
2# $FreeBSD: head/lib/msun/Makefile 130775 2004-06-20 10:42:23Z stefanf $
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.

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

47# XXX LINT SIGFPEs in e_exp.c's strtod(). FP underflow/denorm software
48# handling is broken (doesn't exist!) on the Alpha port.
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= 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 \
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.

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

47# XXX LINT SIGFPEs in e_exp.c's strtod(). FP underflow/denorm software
48# handling is broken (doesn't exist!) on the Alpha port.
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= 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_ilogb.S s_logb.S \
55 s_cos.S s_finite.S s_floor.S s_logb.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
59.endif
60
61ARCH?= ${MACHINE_ARCH}
62
63.PATH: ${.CURDIR}/bsdsrc

--- 115 unchanged lines hidden ---
56 s_rint.S s_scalbn.S s_significand.S s_sin.S s_tan.S
57# Broken:
58# ARCH_SRCS+= s_log1p.S
59.endif
60
61ARCH?= ${MACHINE_ARCH}
62
63.PATH: ${.CURDIR}/bsdsrc

--- 115 unchanged lines hidden ---