]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/unix/sysv/linux/m68k/Makefile
Test for stack alignment.
[thirdparty/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),misc)
6 sysdep_routines += mremap
7 sysdep_headers += sys/reg.h
8 endif
9
10 ifeq ($(subdir),elf)
11 sysdep-others += lddlibc4
12 install-bin += lddlibc4
13 endif
14
15 ifeq ($(subdir),resource)
16 sysdep_routines += oldgetrlimit64
17 endif