diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-01-21 03:43:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-01-21 03:49:42 +0100 |
commit | 6b6f51c21dd29685bd1339de0bdffc0929316c63 (patch) | |
tree | e17c2e04e26dbc8484a2465b287b29228f3d99a5 /libc/sysdeps/linux/nds32/Makefile.arch | |
parent | b7dd4df2c97fda8e639e1cbe4ba9ad313a271105 (diff) |
nds32: sync with binutils 2.37, gcc 11.2 and linux 5.10.93 changes
Diffstat (limited to 'libc/sysdeps/linux/nds32/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/nds32/Makefile.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/nds32/Makefile.arch b/libc/sysdeps/linux/nds32/Makefile.arch index caf163844..c7627b847 100644 --- a/libc/sysdeps/linux/nds32/Makefile.arch +++ b/libc/sysdeps/linux/nds32/Makefile.arch @@ -2,6 +2,6 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. CSRC-y := brk.c prctl.c mremap.c -SSRC-y := setjmp.S __longjmp.S bsd-setjmp.S bsd-_setjmp.S clone.S vfork.S sysdep.S +SSRC-y := setjmp.S __longjmp.S bsd-setjmp.S bsd-_setjmp.S clone.S sysdep.S CSRC-$(UCLIBC_HAS_CONTEXT_FUNCS) += makecontext.c swapcontext.c SSRC-$(UCLIBC_HAS_CONTEXT_FUNCS) += getcontext.S setcontext.S |