update from main archive 961217

This commit is contained in:
Ulrich Drepper 1996-12-18 03:23:36 +00:00
parent c8593c8b66
commit 1003a96da9
2 changed files with 5 additions and 0 deletions

View File

@ -1 +1,2 @@
clone.S
mremap.S

View File

@ -1,3 +1,7 @@
# Linux/m68k uses Motorola asm syntax and the ELF format.
m68k-syntax-flag = -DMOTOROLA_SYNTAX
ifeq ($(subdir),misc)
sysdep_routines += mremap
endif