4b12fb6103
Only i386 and amd64 provide a non-trivial __getcontextx(). Use a common trivial implementation in gen/ for other architectures, rather than copying the file to each MD subdirectory. Reviewed by: kib Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D1472
12 lines
336 B
Makefile
12 lines
336 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 \
|
|
trivial-getcontextx.c
|