summaryrefslogtreecommitdiffstats
path: root/lib/libc/alpha/sys/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/alpha/sys/Makefile.inc')
-rw-r--r--lib/libc/alpha/sys/Makefile.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/libc/alpha/sys/Makefile.inc b/lib/libc/alpha/sys/Makefile.inc
new file mode 100644
index 0000000..6b4926a
--- /dev/null
+++ b/lib/libc/alpha/sys/Makefile.inc
@@ -0,0 +1,13 @@
+# $Id$
+
+MDASM+= Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S \
+ sbrk.S setlogin.S sigpending.S sigprocmask.S sigreturn.S \
+ sigsuspend.S syscall.S
+
+# Don't generate default code for these syscalls:
+NOASM= break.o exit.o ftruncate.o lseek.o mmap.o posix_rename.o sstk.o \
+ truncate.o vfork.o vtrace.o
+
+# Pseudo syscalls that are renamed as _thread_sys_{pseudo} when
+# building libc_r.
+PSEUDOR= _exit.o
OpenPOWER on IntegriCloud