Add NT_PPC_PKEY from Linux 4.16 to elf.h.
[glibc.git] / sysdeps / unix / sysv / linux / m68k / Makefile
blobce1f696a6fbe9c0531cce375cf4965d0e8eba1f1
1 # Linux/m68k uses Motorola asm syntax and the ELF format.
3 m68k-syntax-flag = -DMOTOROLA_SYNTAX
5 ifeq ($(subdir),csu)
6 sysdep_routines += m68k-helpers
7 ifeq (yes,$(build-shared))
8 sysdep_routines += divdi3
9 shared-only-routines += divdi3
10 CPPFLAGS-divdi3.c = -Din_divdi3_c
11 endif
12 endif
14 ifeq ($(subdir),misc)
15 sysdep_routines += mremap
16 sysdep_headers += sys/reg.h
17 endif
19 ifeq ($(subdir),elf)
20 sysdep-dl-routines += dl-static
21 sysdep_routines += dl-vdso libc-m68k-vdso
22 sysdep-rtld-routines += m68k-vdso
23 sysdep-others += lddlibc4
24 install-bin += lddlibc4
25 endif