1996-03-14 11:20:02 +00:00
|
|
|
# Linux/m68k uses Motorola asm syntax and the ELF format.
|
|
|
|
|
|
|
|
m68k-syntax-flag = -DMOTOROLA_SYNTAX
|
1996-12-18 03:23:36 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),misc)
|
|
|
|
sysdep_routines += mremap
|
|
|
|
endif
|
1998-04-01 00:53:13 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),elf)
|
1998-05-08 15:02:44 +00:00
|
|
|
sysdep-others += lddlibc4
|
1998-04-01 00:53:13 +00:00
|
|
|
install-bin += lddlibc4
|
|
|
|
endif
|