Add canonicalize, canonicalizef, canonicalizel.
[glibc.git] / sysdeps / unix / sysv / linux / tile / Makefile
blob43acea363350931f7a5cad2ed101861e06ff0078
1 ifeq ($(subdir),misc)
3 # <sys/reg.h> provides something like x86 compatibility.
4 # New code should probably use <arch/abi.h> instead.
5 sysdep_headers += sys/reg.h
7 # MIPS-style cacheflush routine
8 sysdep_headers += sys/cachectl.h
9 sysdep_routines += cacheflush
11 # Control dataplane properties of current thread.
12 sysdep_headers += sys/dataplane.h
13 sysdep_routines += set_dataplane
15 endif
17 ifeq ($(subdir),elf)
18 sysdep_routines += dl-vdso
19 ifeq ($(build-shared),yes)
20 # This is needed for DSO loading from static binaries.
21 sysdep-dl-routines += dl-static
22 endif
23 endif
25 ifeq ($(subdir),nptl)
26 # pull in __syscall_error routine
27 libpthread-routines += sysdep
28 libpthread-shared-only-routines += sysdep
29 endif