sparc64: Remove unwind information from signal return stubs [BZ#31244]
[glibc.git] / sysdeps / unix / sysv / linux / alpha / Makefile
blobd7c7d7fc166c86bfb760bf856216b21b004c27c8
1 ifeq ($(subdir),stdlib)
2 gen-as-const-headers += ucontext-offsets.sym
3 endif
5 ifeq ($(subdir),misc)
6 sysdep_headers += alpha/ptrace.h alpha/regdef.h sys/io.h
8 sysdep_routines += ieee_get_fp_control ieee_set_fp_control \
9 ioperm
11 # Support old timeval32 entry points
12 sysdep_routines += osf_adjtime osf_gettimeofday osf_settimeofday \
13 osf_getitimer osf_setitimer osf_utimes \
14 osf_getrusage osf_wait4
16 CFLAGS-ioperm.c = -Wa,-mev6
17 endif
19 ifeq ($(subdir),signal)
20 sysdep_routines += rt_sigaction
21 endif
23 ifeq ($(subdir),math)
24 # These 2 routines are normally in libgcc{.a,_s.so.1}.
25 # However, alpha -mlong-double-128 libgcc relies on
26 # glibc providing _Ots* routines and without these files
27 # glibc relies on __multc3/__divtc3 only provided
28 # by libgcc if configured with -mlong-double-128.
29 # Provide these routines here as well.
30 libm-routines += multc3 divtc3
31 endif # math
33 ifeq ($(subdir),conform)
34 # For bug 21260.
35 conformtest-xfail-conds += alpha-linux
36 endif