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

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

43
44.if ${MACHINE_ARCH} == "alpha"
45ARCH_SRCS = s_copysign.S s_copysignf.S
46# XXX Comment from NetBSD/Alpha:
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
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.

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

43
44.if ${MACHINE_ARCH} == "alpha"
45ARCH_SRCS = s_copysign.S s_copysignf.S
46# XXX Comment from NetBSD/Alpha:
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} == "amd64"
52ARCH_SRCS = e_sqrt.S s_lrint.S s_llrint.S
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# float counterparts
58ARCH_SRCS+= e_atan2f.S e_log10f.S e_logf.S e_remainderf.S e_scalbf.S \

--- 137 unchanged lines hidden ---
53.elif ${MACHINE_ARCH} == "i386"
54ARCH_SUBDIR= i387
55ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S \
56 e_remainder.S e_scalb.S e_sqrt.S s_atan.S s_ceil.S s_copysign.S \
57 s_cos.S s_finite.S s_floor.S s_llrint.S s_logb.S s_lrint.S \
58 s_rint.S s_scalbn.S s_significand.S s_sin.S s_tan.S
59# float counterparts
60ARCH_SRCS+= e_atan2f.S e_log10f.S e_logf.S e_remainderf.S e_scalbf.S \

--- 137 unchanged lines hidden ---