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.
7 lines
195 B
Makefile
7 lines
195 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
# $FreeBSD$
|
|
|
|
SRCS+= _ctx_start.S _setjmp.S _set_tp.c alloca.S fabs.c \
|
|
infinity.c ldexp.c makecontext.c \
|
|
setjmp.S signalcontext.c sigsetjmp.S divsi3.S
|