Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/13/1996 20:40:05
cgd
Sun Oct 13 13:34:08 PDT 1996
Update of /cvsroot/src/share/mk
In directory netbsd1:/var/slash-tmp/cvs-serv1820

Modified Files:
	bsd.own.mk 
Log Message:
define NOPIC on the alpha only if ELF_TOOLCHAIN is not defined.
(This is a hack.)


cgd
Sun Oct 13 13:39:42 PDT 1996
Update of /cvsroot/src/share/mk
In directory netbsd1:/var/slash-tmp/cvs-serv3185

Modified Files:
	bsd.lib.mk 
Log Message:
if ${MACHINE_ARCH} is "alpha" build shared libs with the 'normal' GNU
linker's command line args, rather than the NetBSD linker's command
line args.  This is a hack, and should go away in favor of something
more general when that something is developed.  In the mean time, it
might be appropriate for the various mips ports to do the same thing.