2.9
[glibc/nacl-glibc.git] / sysdeps / powerpc / Makefile
blob616458f13669103b6ecf2dee423eb5d4c7dc550b
1 # We always want to use the new mnemonic syntax even if we are on a RS6000
2 # machine.
3 +cflags += -mnew-mnemonics
5 ifeq ($(subdir),gmon)
6 sysdep_routines += ppc-mcount
7 endif
9 ifeq ($(subdir),string)
10 CFLAGS-memcmp.c += -Wno-uninitialized
11 endif
13 ifeq ($(subdir),elf)
14 # extra shared linker files to link into dl-allobjs.so and libc
15 sysdep-dl-routines += dl-machine
16 sysdep_routines += dl-machine
17 # extra shared linker files to link only into dl-allobjs.so
18 sysdep-rtld-routines += dl-machine
19 endif
21 ifeq ($(subdir),setjmp)
22 ifeq (yes,$(build-shared))
23 sysdep_routines += novmx-longjmp novmx-sigjmp
24 endif
25 endif
27 ifeq ($(subdir),csu)
28 # get offset to rtld_global._dl_hwcap
29 gen-as-const-headers += rtld-global-offsets.sym
30 endif