Add nexttoward, nearbyint and rintl for sparc64
This commit is contained in:
parent
317c06397c
commit
cf61cf5c2c
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.139 2013/06/20 19:49:47 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.140 2013/08/21 13:06:00 martin Exp $
|
||||
#
|
||||
# @(#)Makefile 5.1beta 93/09/24
|
||||
#
|
||||
@ -66,7 +66,8 @@ COMMON_SRCS+= fenv.c
|
||||
COMMON_SRCS+= s_fma.c s_fmaf.c s_fmal.c
|
||||
.elif (${MACHINE_ARCH} == "sparc64")
|
||||
.PATH: ${.CURDIR}/arch/sparc64
|
||||
COMMON_SRCS+= fenv.c
|
||||
COMMON_SRCS+= fenv.c s_nexttoward.c s_nexttowardf.c \
|
||||
s_nearbyint.c s_rintl.c
|
||||
COMMON_SRCS+= s_fma.c s_fmaf.c s_fmal.c
|
||||
.elif ((${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "x86_64"))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user