chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / sysdeps / powerpc / Makefile
1 # We always want to use the new mnemonic syntax even if we are on a RS6000
2 # machine.
3 +cflags += -mnew-mnemonics
4
5 ifeq ($(subdir),gmon)
6 sysdep_routines += ppc-mcount
7 endif
8
9 ifeq ($(subdir),string)
10 CFLAGS-memcmp.c += -Wno-uninitialized
11 endif
12
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
20
21 ifeq ($(subdir),setjmp)
22 ifeq (yes,$(build-shared))
23 sysdep_routines += novmx-longjmp novmx-sigjmp
24 endif
25 endif
26
27 ifeq ($(subdir),csu)
28 # get offset to rtld_global._dl_hwcap
29 gen-as-const-headers += rtld-global-offsets.sym
30 endif