summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/alpha/Makefile.arch
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-21 21:56:06 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-21 21:56:06 +0000
commitb3297bc1cb4dfee3f6a62a93df1bac25f9614670 (patch)
treeed9419834da60b3ef9dd0c0a0dc557be04baad29 /libc/sysdeps/linux/alpha/Makefile.arch
parent2a623a604c9c3f991061df9d9e7d9d12022f875e (diff)
import syscall from glibc
Diffstat (limited to 'libc/sysdeps/linux/alpha/Makefile.arch')
-rw-r--r--libc/sysdeps/linux/alpha/Makefile.arch4
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