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)
|
1998-10-16 16:28:05 +00:00
|
|
|
sysdep_routines += mremap setfsgid setfsuid setresgid setresuid
|
1998-08-24 01:42:29 +00:00
|
|
|
sysdep_headers += sys/reg.h
|
1996-12-18 03:23:36 +00:00
|
|
|
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
|
1998-10-21 15:40:22 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),signal)
|
|
|
|
sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
|
|
|
|
rt_sigqueueinfo rt_sigaction rt_sigpending
|
|
|
|
endif
|