Update for mc68881 ceil(), floor(), & rint(), and s_sqrt.S -> e_sqrt.S
naming mistake.
This commit is contained in:
parent
912d356b80
commit
d72111c735
|
@ -1,5 +1,5 @@
|
|||
# @(#)Makefile 5.1beta 93/09/24
|
||||
# $Id: Makefile,v 1.20 1994/03/11 17:18:54 jtc Exp $
|
||||
# $Id: Makefile,v 1.21 1994/03/12 01:20:02 jtc Exp $
|
||||
#
|
||||
# ====================================================
|
||||
# Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
|
||||
|
@ -51,8 +51,9 @@
|
|||
.elif (${MACHINE_ARCH} == "m68k")
|
||||
.PATH: ${.CURDIR}/arch/mc68881
|
||||
ARCH_SRCS = e_acos.S e_asin.S e_atanh.S e_cosh.S e_exp.S e_log.S e_log10.S \
|
||||
e_sinh.S s_atan.S s_copysign.S s_cos.S s_expm1.S s_finite.S \
|
||||
s_log1p.S s_logb.S s_scalbn.S s_sin.S s_sqrt.S s_tan.S s_tanh.S
|
||||
e_sinh.S e_sqrt.S s_atan.S s_ceil.S s_copysign.S s_cos.S \
|
||||
s_expm1.S s_finite.S s_floor.S s_log1p.S s_logb.S s_rint.S \
|
||||
s_scalbn.S s_sin.S s_tan.S s_tanh.S
|
||||
.endif
|
||||
|
||||
.PATH: ${.CURDIR}/man
|
||||
|
|
Loading…
Reference in New Issue