Update.
[glibc.git] / sysdeps / unix / sysv / linux / m68k / Makefile
blob83ea370afacbefed675bee49ec72e421057d7990
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
14 ifeq (yes,$(build-shared))
15 # This is needed to support g++ v2 and v3.
16 sysdep_routines += framestate
17 shared-only-routines += framestate
18 endif
19 endif
21 ifeq ($(subdir),resource)
22 sysdep_routines += oldgetrlimit64
23 endif