mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
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
7 lines
254 B
Makefile
7 lines
254 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS+= _ctx_start.S _setjmp.S fabs.S fixunsdfsi.S flt_rounds.c fpgetmask.c \
|
|
fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c \
|
|
infinity.c ldexp.c makecontext.c \
|
|
signalcontext.c setjmp.S sigsetjmp.S _set_tp.c \
|
|
trivial-getcontextx.c
|