1# Linux/m68k uses Motorola asm syntax and the ELF format. 2 3m68k-syntax-flag = -DMOTOROLA_SYNTAX 4 5ifeq ($(subdir),csu) 6sysdep_routines += m68k-helpers 7ifeq (yes,$(build-shared)) 8sysdep_routines += divdi3 9shared-only-routines += divdi3 10CPPFLAGS-divdi3.c = -Din_divdi3_c 11endif 12endif 13 14ifeq ($(subdir),misc) 15sysdep_routines += mremap 16sysdep_headers += sys/reg.h 17endif 18 19ifeq ($(subdir),elf) 20sysdep-others += lddlibc4 21install-bin += lddlibc4 22endif 23