Fix whitespace issue.
[glibc.git] / sysdeps / x86_64 / Makefile
blobb989f6a9769441483266580d3239d9f32966e089
1 # The i387 `long double' is a distinct type we support.
2 long-double-fcts = yes
4 ifeq ($(subdir),csu)
5 sysdep_routines += hp-timing
6 elide-routines.os += hp-timing
7 gen-as-const-headers += link-defines.sym
8 endif
10 ifeq ($(subdir),gmon)
11 sysdep_routines += _mcount
12 endif
14 ifeq ($(subdir),string)
15 sysdep_routines += cacheinfo strcasecmp_l-nonascii strncase_l-nonascii
16 gen-as-const-headers += locale-defines.sym
17 endif
19 ifeq ($(subdir),elf)
20 sysdep-dl-routines += tlsdesc dl-tlsdesc
21 sysdep_routines += tlsdesc dl-tlsdesc
22 sysdep-rtld-routines += tlsdesc dl-tlsdesc
24 tests: $(objpfx)tst-xmmymm.out
25 $(objpfx)tst-xmmymm.out: ../sysdeps/x86_64/tst-xmmymm.sh $(objpfx)ld.so
26 @echo "Checking ld.so for SSE register use. This will take a few seconds..."
27 $(SHELL) -e $< $(objpfx) > $@
28 endif
30 ifeq ($(subdir),csu)
31 gen-as-const-headers += tlsdesc.sym
32 endif