Remove "[Add new features here]" for 2.27
[glibc.git] / sysdeps / powerpc / Makefile
blob6aa683b03fc66458b80407cf9c53618dbcb61e42
1 ifeq ($(subdir),string)
2 CFLAGS-memcmp.c += -Wno-uninitialized
3 endif
5 ifeq ($(subdir),elf)
6 # extra shared linker files to link into dl-allobjs.so and libc
7 sysdep-dl-routines += dl-machine hwcapinfo
8 sysdep_routines += dl-machine hwcapinfo
9 # extra shared linker files to link only into dl-allobjs.so
10 sysdep-rtld-routines += dl-machine hwcapinfo
12 modules-names += mod-tlsopt-powerpc
13 mod-tlsopt-powerpc.so-no-z-defs = yes
14 tests += tst-tlsopt-powerpc
15 $(objpfx)tst-tlsopt-powerpc: $(objpfx)mod-tlsopt-powerpc.so
17 ifneq (no,$(multi-arch))
18 tests-static += tst-tlsifunc-static
19 tests-internal += tst-tlsifunc-static
20 ifeq (yes,$(build-shared))
21 tests-internal += tst-tlsifunc
22 endif # build-shared
23 endif # multi-arch
24 endif # subdir = elf
26 ifeq ($(subdir),setjmp)
27 ifeq (yes,$(build-shared))
28 sysdep_routines += novmx-longjmp novmx-sigjmp
29 endif
30 endif
32 ifeq ($(subdir),csu)
33 # get offset to rtld_global._dl_hwcap and rtld_global._dl_hwcap2
34 gen-as-const-headers += rtld-global-offsets.sym
35 # get offset to __locale_struct.__ctype_tolower
36 gen-as-const-headers += locale-defines.sym
37 endif
39 ifeq ($(subdir),nptl)
40 tests-internal += test-get_hwcap test-get_hwcap-static
41 tests-static += test-get_hwcap-static
42 endif
44 ifeq ($(subdir),misc)
45 sysdep_headers += sys/platform/ppc.h
46 tests += test-gettimebase
47 tests += tst-set_ppr
48 endif
50 ifneq (,$(filter %le,$(config-machine)))
51 abilist-pattern = %-le.abilist
52 endif