Update.
[glibc.git] / sysdeps / unix / sysv / linux / m68k / Makefile
blob8741550f032ed8886ba4785dde085dbeaeeadc9a
1 # Linux/m68k uses Motorola asm syntax and the ELF format.
3 m68k-syntax-flag = -DMOTOROLA_SYNTAX
5 ifeq ($(subdir),misc)
6 sysdep_routines += mremap setfsgid setfsuid setresgid setresuid
7 sysdep_headers += sys/reg.h
8 endif
10 ifeq ($(subdir),elf)
11 sysdep-others += lddlibc4
12 install-bin += lddlibc4
13 endif
15 ifeq ($(subdir),signal)
16 sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
17 rt_sigqueueinfo rt_sigaction rt_sigpending
18 endif