diff options
Diffstat (limited to 'sysdeps/powerpc/Makefile')
-rw-r--r-- | sysdeps/powerpc/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sysdeps/powerpc/Makefile b/sysdeps/powerpc/Makefile index 533d763915..099fbf68cd 100644 --- a/sysdeps/powerpc/Makefile +++ b/sysdeps/powerpc/Makefile @@ -4,10 +4,10 @@ endif ifeq ($(subdir),elf) # extra shared linker files to link into dl-allobjs.so and libc -sysdep-dl-routines += dl-machine -sysdep_routines += dl-machine +sysdep-dl-routines += dl-machine hwcapinfo +sysdep_routines += dl-machine hwcapinfo # extra shared linker files to link only into dl-allobjs.so -sysdep-rtld-routines += dl-machine +sysdep-rtld-routines += dl-machine hwcapinfo # Don't optimize GD tls sequence to LE. LDFLAGS-tst-tlsopt-powerpc += -Wl,--no-tls-optimize tests += tst-tlsopt-powerpc @@ -26,6 +26,11 @@ gen-as-const-headers += rtld-global-offsets.sym gen-as-const-headers += locale-defines.sym endif +ifeq ($(subdir),nptl) +tests += test-get_hwcap test-get_hwcap-static +tests-static += test-get_hwcap-static +endif + ifeq ($(subdir),misc) sysdep_headers += sys/platform/ppc.h tests += test-gettimebase |