Subject: CVS commit: src/lib/libc
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 02/09/2008 02:41:07
Module Name:	src
Committed By:	mrg
Date:		Sat Feb  9 02:41:07 UTC 2008

Modified Files:
	src/lib/libc/arch/m68k: Makefile.inc
	src/lib/libc/sys: Makefile.inc

Log Message:
m68k/Makefile.inc:
- add __mmap.S to SRCS.
- add _lwp_getprivate.S mremap.S to ASM.
sys/Makefile.inc:
- look for __glue.S as well as glue.S.
- introduce a new ASM_MD and set it to "_lwp_getprivate.S mremap.S".
  this is used for assembler files that may have non-default
  implementations.

now m68k and m68000 mostly build again.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/lib/libc/arch/m68k/Makefile.inc
cvs rdiff -r1.185 -r1.186 src/lib/libc/sys/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.