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