Fixup nptl/ChangeLog for last commit.
[glibc.git] / sysdeps / powerpc / Makefile
blob79dd6fa976d57534155d296a66778c2d1ef12abb
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),string)
6 CFLAGS-memcmp.c += -Wno-uninitialized
7 endif
9 ifeq ($(subdir),elf)
10 # extra shared linker files to link into dl-allobjs.so and libc
11 sysdep-dl-routines += dl-machine
12 sysdep_routines += dl-machine
13 # extra shared linker files to link only into dl-allobjs.so
14 sysdep-rtld-routines += dl-machine
15 endif
17 ifeq ($(subdir),setjmp)
18 ifeq (yes,$(build-shared))
19 sysdep_routines += novmx-longjmp novmx-sigjmp
20 endif
21 endif
23 ifeq ($(subdir),csu)
24 # get offset to rtld_global._dl_hwcap
25 gen-as-const-headers += rtld-global-offsets.sym
26 # get offset to __locale_struct.__ctype_tolower
27 gen-as-const-headers += locale-defines.sym
28 endif
30 ifeq ($(subdir),misc)
31 sysdep_headers += sys/platform/ppc.h
32 tests += test-gettimebase
33 endif