diff options
Diffstat (limited to 'libc/sysdeps/linux/alpha/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/alpha/Makefile.arch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/alpha/Makefile.arch b/libc/sysdeps/linux/alpha/Makefile.arch index 91636c71a..4d33cef26 100644 --- a/libc/sysdeps/linux/alpha/Makefile.arch +++ b/libc/sysdeps/linux/alpha/Makefile.arch @@ -5,10 +5,10 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC := sysdep.c #brk.c +CSRC := sysdep.c SSRC := \ __longjmp.S brk.S bsd-_setjmp.S bsd-setjmp.S clone.S \ - divl.S divq.S reml.S remq.S setjmp.S + divl.S divq.S reml.S remq.S setjmp.S syscall.S include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch |