Add hidden_def.
[glibc.git] / sysdeps / powerpc / Makefile
blobbefa9c3bb755f044d66051dfeddf9156b3ce9e9a
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