Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 05/24/1997 01:50:02
jonathan
Fri May 23 18:42:38 PDT 1997
Update of /a/cvsroot/src/lib/libc/sys
In directory netbsd1:/var/slash-tmp/cvs-serv8282/lib/libc/sys

Modified Files:
	Makefile.inc 
Log Message:
More table-driven changes: split CPICFLAGS into separate flags, to
support the two different incompatible rules for build .so files from
.S source on both NetBSD and binutils toolchains:

	 ${CPP} | ${AS} for syscalls
	 ${CC}   	for non-syscalls
for which the different toolchains's ${AS}  requires diffferent flags.


jonathan
Fri May 23 18:42:39 PDT 1997
Update of /a/cvsroot/src/share/mk
In directory netbsd1:/var/slash-tmp/cvs-serv8282/share/mk

Modified Files:
	bsd.lib.mk 
Log Message:
More table-driven changes: split CPICFLAGS into separate flags, to
support the two different incompatible rules for build .so files from
.S source on both NetBSD and binutils toolchains:

	 ${CPP} | ${AS} for syscalls
	 ${CC}   	for non-syscalls
for which the different toolchains's ${AS}  requires diffferent flags.