9373f7b9c4
working MI one. The MI one only needs to be overridden on machines with non-IEEE754 arithmetic. (The last supported one was the VAX.) It can also be overridden if someone comes up with a faster one that actually passes the regression tests -- but this is harder than it sounds.
10 lines
308 B
Makefile
10 lines
308 B
Makefile
# $NetBSD: Makefile.inc,v 1.27 2005/10/07 17:16:40 tsutsui Exp $
|
|
# $FreeBSD$
|
|
|
|
SRCS+= infinity.c fabs.c ldexp.c
|
|
|
|
# SRCS+= flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \
|
|
# fpsetround.c fpsetsticky.c
|
|
|
|
SRCS+= _ctx_start.S _set_tp.c _setjmp.S makecontext.c setjmp.S signalcontext.c sigsetjmp.S
|