1 2SRCS+= \ 3 __aeabi_read_tp.S \ 4 _ctx_start.S \ 5 _setjmp.S \ 6 alloca.S \ 7 arm_initfini.c \ 8 arm_drain_writebuf.c \ 9 arm_sync_icache.c \ 10 fabs.c \ 11 flt_rounds.c \ 12 getcontextx.c \ 13 infinity.c \ 14 ldexp.c \ 15 makecontext.c \ 16 setjmp.S \ 17 signalcontext.c \ 18 sigsetjmp.S \ 19 20MAN+= \ 21 arm_drain_writebuf.2 \ 22 arm_sync_icache.2 \ 23 24.if !defined(CPUTYPE) || ${CPUTYPE:M*soft*} == "" 25 26SRCS+= \ 27 fpgetmask_vfp.c \ 28 fpgetround_vfp.c \ 29 fpgetsticky_vfp.c \ 30 fpsetmask_vfp.c \ 31 fpsetround_vfp.c \ 32 fpsetsticky_vfp.c \ 33 34.endif 35