]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
copy_file_range: New function to copy file data
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / powerpc / powerpc32 / Makefile
1 # See Makeconfig regarding the use of default-abi.
2 default-abi := 32
3
4 ifeq ($(subdir),csu)
5 ifeq (yes,$(build-shared))
6 sysdep_routines += divdi3
7 shared-only-routines += divdi3
8 CPPFLAGS-divdi3.c = -Din_divdi3_c
9 endif
10 endif
11
12 ifeq ($(subdir),conform)
13 # For bug 21635.
14 conformtest-xfail-conds += powerpc32-linux
15 endif