diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-06 23:51:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-06 23:51:32 +0000 |
commit | a841816e175f7f7faeb5a019578b6b536ea336b6 (patch) | |
tree | afc29c50666405500893a2bdcf70541805e594b3 | |
parent | ad1af6c2596cc1fce057ef4ea18648ccb3700761 (diff) | |
download | glibc-a841816e175f7f7faeb5a019578b6b536ea336b6.tar.gz glibc-a841816e175f7f7faeb5a019578b6b536ea336b6.tar.xz glibc-a841816e175f7f7faeb5a019578b6b536ea336b6.zip |
Makefile for Linux/Alpha.
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/alpha/Makefile | 3 |
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 |