]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/unix/sysv/linux/m68k/Makefile
m68k: Remove vDSO support
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / m68k / Makefile
CommitLineData
61e73b40
RM
1# Linux/m68k uses Motorola asm syntax and the ELF format.
2
3m68k-syntax-flag = -DMOTOROLA_SYNTAX
1003a96d 4
40111cb9
MK
5ifeq ($(subdir),csu)
6sysdep_routines += m68k-helpers
db3d848e
AZ
7ifeq (yes,$(build-shared))
8sysdep_routines += divdi3
9shared-only-routines += divdi3
10CPPFLAGS-divdi3.c = -Din_divdi3_c
11endif
40111cb9
MK
12endif
13
1003a96d 14ifeq ($(subdir),misc)
0a269341 15sysdep_routines += mremap
d7eae898 16sysdep_headers += sys/reg.h
1003a96d 17endif
c4dc6c45
AS
18
19ifeq ($(subdir),elf)
106bd84b 20sysdep-dl-routines += dl-static
7829f6c4 21sysdep-others += lddlibc4
c4dc6c45
AS
22install-bin += lddlibc4
23endif