SRCS+=	\
	__aeabi_read_tp.S \
	_ctx_start.S \
	_setjmp.S \
	alloca.S \
	arm_initfini.c \
	arm_drain_writebuf.c \
	arm_sync_icache.c \
	fabs.c \
	flt_rounds.c \
	getcontextx.c \
	infinity.c \
	ldexp.c \
	makecontext.c \
	setjmp.S \
	signalcontext.c \
	sigsetjmp.S \

MAN+=	\
	arm_drain_writebuf.2 \
	arm_sync_icache.2 \

.if !defined(CPUTYPE) || ${CPUTYPE:M*soft*} == ""

SRCS+=	\
	fpgetmask_vfp.c \
	fpgetround_vfp.c \
	fpgetsticky_vfp.c \
	fpsetmask_vfp.c \
	fpsetround_vfp.c \
	fpsetsticky_vfp.c \

.endif