mirror of git://sourceware.org/git/glibc.git
update from main archive 961217
This commit is contained in:
parent
c8593c8b66
commit
1003a96da9
|
@ -1 +1,2 @@
|
|||
clone.S
|
||||
mremap.S
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue