]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
update from main archive 961217
authorUlrich Drepper <drepper@redhat.com>
Wed, 18 Dec 1996 03:23:36 +0000 (03:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 18 Dec 1996 03:23:36 +0000 (03:23 +0000)
sysdeps/unix/sysv/linux/m68k/Dist
sysdeps/unix/sysv/linux/m68k/Makefile

index 738b9cc54201d9ee0e928a10338f74cf9ad76e7d..e7d5949d5111e16bf471451c09a0e0fb63b0b424 100644 (file)
@@ -1 +1,2 @@
 clone.S
+mremap.S
index bdbd1057c41a3db0ed9321dcd1198df0b1ef0b93..12e95f11bf72ebc1f29b2b78f20283450007baf5 100644 (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