summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm/gen/Makefile.inc
blob: 615ee17dc44944c41f4946eaceb9d93ddb05ec58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	@(#)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 \
	__aeabi_read_tp.S setjmp.S signalcontext.c sigsetjmp.S flt_rounds.c \
	arm_initfini.c \
	trivial-getcontextx.c

.if ${MACHINE_ARCH:Marmv6*} && (!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
OpenPOWER on IntegriCloud