Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/arm/Makefile.sys
| SRCS+= __vdso_gettc.c \ | SRCS+= __vdso_gettc.c \ | ||||
| pdrfork_thread_gen.c \ | pdrfork_thread_gen.c \ | ||||
| rfork_thread_gen.c \ | rfork_thread_gen.c \ | ||||
| sched_getcpu_gen.c | sched_getcpu_gen.c | ||||
| MDASM= \ | MDASM= \ | ||||
| cerror.S \ | cerror.S \ | ||||
| vfork.S | vfork.S | ||||
| .if ${LIB} == "sys" | |||||
| .PATH: ${LIBSYS_SRCTOP}/../libc/arm/aeabi | |||||
| SRCS+= aeabi_unwind_cpp.c | |||||
| .endif | |||||