| 1234567 | # Copyright (C) 2016 Andes Technology, Inc.# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.CSRC-y := brk.c prctl.c mremap.cSSRC-y := setjmp.S __longjmp.S bsd-setjmp.S bsd-_setjmp.S clone.S vfork.S sysdep.SCSRC-$(UCLIBC_HAS_CONTEXT_FUNCS) += makecontext.c swapcontext.cSSRC-$(UCLIBC_HAS_CONTEXT_FUNCS) += getcontext.S setcontext.S
 |