From a841816e175f7f7faeb5a019578b6b536ea336b6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 6 Jan 2003 23:51:32 +0000 Subject: [PATCH] Makefile for Linux/Alpha. --- linuxthreads/sysdeps/unix/sysv/linux/alpha/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 linuxthreads/sysdeps/unix/sysv/linux/alpha/Makefile diff --git a/linuxthreads/sysdeps/unix/sysv/linux/alpha/Makefile b/linuxthreads/sysdeps/unix/sysv/linux/alpha/Makefile new file mode 100644 index 0000000..7897ece --- /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 -- 2.7.4