diff options
author | 2003-01-06 23:51:32 +0000 | |
---|---|---|
committer | 2003-01-06 23:51:32 +0000 | |
commit | a841816e175f7f7faeb5a019578b6b536ea336b6 (patch) | |
tree | afc29c50666405500893a2bdcf70541805e594b3 /linuxthreads/sysdeps/unix | |
parent | * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Make (diff) | |
download | glibc-a841816e175f7f7faeb5a019578b6b536ea336b6.tar.xz glibc-a841816e175f7f7faeb5a019578b6b536ea336b6.zip |
Makefile for Linux/Alpha.
Diffstat (limited to 'linuxthreads/sysdeps/unix')
-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 |