Add Changelog ...
[jlayton/glibc.git] / sysdeps / unix / sysv / linux / m68k / Makefile
1 # Linux/m68k uses Motorola asm syntax and the ELF format.
2
3 m68k-syntax-flag = -DMOTOROLA_SYNTAX
4
5 ifeq ($(subdir),csu)
6 sysdep_routines += m68k-helpers
7 endif
8
9 ifeq ($(subdir),misc)
10 sysdep_routines += mremap
11 sysdep_headers += sys/reg.h
12 endif
13
14 ifeq ($(subdir),elf)
15 sysdep_routines += dl-vdso libc-m68k-vdso
16 sysdep-rtld-routines += m68k-vdso
17 sysdep-others += lddlibc4
18 install-bin += lddlibc4
19 endif
20
21 ifeq ($(subdir),resource)
22 sysdep_routines += oldgetrlimit64
23 endif