Don't define __CORRECT_ISO_CPP_STRING_H_PROTO for non-GCC compilers (bug 17631)
[glibc.git] / sysdeps / powerpc / Makefile
blobb11edd77bd2c22d41a04a6dd63527a2ea8a3c50d
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
8 sysdep_routines += dl-machine
9 # extra shared linker files to link only into dl-allobjs.so
10 sysdep-rtld-routines += dl-machine
11 endif
13 ifeq ($(subdir),setjmp)
14 ifeq (yes,$(build-shared))
15 sysdep_routines += novmx-longjmp novmx-sigjmp
16 endif
17 endif
19 ifeq ($(subdir),csu)
20 # get offset to rtld_global._dl_hwcap and rtld_global._dl_hwcap2
21 gen-as-const-headers += rtld-global-offsets.sym
22 # get offset to __locale_struct.__ctype_tolower
23 gen-as-const-headers += locale-defines.sym
24 endif
26 ifeq ($(subdir),misc)
27 sysdep_headers += sys/platform/ppc.h
28 tests += test-gettimebase
29 endif
31 ifneq (,$(filter %le,$(config-machine)))
32 abilist-pattern = %-le.abilist
33 endif