Deleted Added
full compact
Makefile (42029) Makefile (42044)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $Id: Makefile,v 1.20 1998/02/20 07:44:29 jb Exp $
2# $Id: Makefile,v 1.21 1998/12/23 11:50:51 dfr Exp $
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"
45.PATH: ${.CURDIR)/alpha
46ARCH= alpha
47ARCH_SRCS = s_copysign.S s_copysignf.S
48# XXX Comment from NetBSD/Alpha:
49# XXX LINT SIGFPEs in e_exp.c's strtod(). FP underflow/denorm software
50# handling is broken (doesn't exist!) on the Alpha port.
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"
45.PATH: ${.CURDIR)/alpha
46ARCH= alpha
47ARCH_SRCS = s_copysign.S s_copysignf.S
48# XXX Comment from NetBSD/Alpha:
49# XXX LINT SIGFPEs in e_exp.c's strtod(). FP underflow/denorm software
50# handling is broken (doesn't exist!) on the Alpha port.
51CFLAGS += -mtrap-precision=i -mfp-trap-mode=su
51# Stock gcc 2.7.2.1 doesn't understand these options.
52#CFLAGS += -mtrap-precision=i -mfp-trap-mode=su
52.elif ${MACHINE_ARCH} == "i386"
53ARCH= i387
54ARCH_PREFIX= ${ARCH}_
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_ilogb.S s_logb.S \
58 s_rint.S s_scalbn.S s_significand.S s_sin.S s_tan.S
59.elif ${MACHINE_ARCH} == "m68k"

--- 111 unchanged lines hidden ---
53.elif ${MACHINE_ARCH} == "i386"
54ARCH= i387
55ARCH_PREFIX= ${ARCH}_
56ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S \
57 e_remainder.S e_scalb.S e_sqrt.S s_atan.S s_ceil.S s_copysign.S \
58 s_cos.S s_finite.S s_floor.S s_ilogb.S s_logb.S \
59 s_rint.S s_scalbn.S s_significand.S s_sin.S s_tan.S
60.elif ${MACHINE_ARCH} == "m68k"

--- 111 unchanged lines hidden ---