Updated to fedora-glibc-20041018T0940
[glibc.git] / sysdeps / unix / sysv / linux / alpha / Makefile
blob37a9214fe95a342bf880b580c61e6dffe20beab8
1 ifeq ($(subdir),posix)
2 sysdep_routines += oldglob
3 endif
5 ifeq ($(subdir),stdlib)
6 gen-as-const-headers += ucontext-offsets.sym
7 endif
9 ifeq ($(subdir),misc)
10 sysdep_headers += alpha/ptrace.h alpha/regdef.h sys/io.h
12 sysdep_routines += ieee_get_fp_control ieee_set_fp_control \
13 ioperm llseek
15 # Support old timeval32 entry points
16 sysdep_routines += osf_select osf_gettimeofday osf_settimeofday \
17 osf_getitimer osf_setitimer osf_utimes \
18 osf_getrusage osf_wait4
20 # Support old ipc control
21 sysdep_routines += oldmsgctl oldsemctl oldshmctl
23 CFLAGS-ioperm.c = -Wa,-mev6
24 endif
26 ifeq ($(subdir),signal)
27 sysdep_routines += rt_sigaction
28 endif