about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-06 23:51:32 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-06 23:51:32 +0000
commita841816e175f7f7faeb5a019578b6b536ea336b6 (patch)
treeafc29c50666405500893a2bdcf70541805e594b3
parentad1af6c2596cc1fce057ef4ea18648ccb3700761 (diff)
downloadglibc-a841816e175f7f7faeb5a019578b6b536ea336b6.tar.gz
glibc-a841816e175f7f7faeb5a019578b6b536ea336b6.tar.xz
glibc-a841816e175f7f7faeb5a019578b6b536ea336b6.zip
Makefile for Linux/Alpha.
-rw-r--r--linuxthreads/sysdeps/unix/sysv/linux/alpha/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/alpha/Makefile b/linuxthreads/sysdeps/unix/sysv/linux/alpha/Makefile
new file mode 100644
index 0000000000..7897ece8f4
--- /dev/null
+++ b/linuxthreads/sysdeps/unix/sysv/linux/alpha/Makefile
@@ -0,0 +1,3 @@
+ifeq ($(subdir),linuxthreads)
+libpthread-routines += ptw-sysdep ptw-sigblock ptw-sigprocmask ptw-osf_sigprocmask
+endif