PowerPC: Remove unnecessary -mnew-mnemonics.
[glibc.git] / sysdeps / powerpc / Makefile
blob7442b6709ad11c001ca1f924b38769dd5f9d086a
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
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