Subject: CVS commit: sharesrc/share/mk
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 12/19/2001 23:17:59
Module Name:	sharesrc
Committed By:	tv
Date:		Wed Dec 19 21:17:59 UTC 2001

Modified Files:
	basesrc/lib/libc/arch/sparc64: Makefile.inc
	sharesrc/share/mk: sys.mk

Log Message:
Remove -Wa,-Av9a hack from <sys.mk> and relegate it to the places that need
it (kernel and libc).

The current version of the gas assembler in the tree (2.11.2) already
defaults to generating object files for "-Av9 -64", supporting V9
instructions in ELF64 object format.  "-Av9a" is only needed for specific
parts of the NetBSD base sources, and not for all third-party code.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/lib/libc/arch/sparc64/Makefile.inc
cvs rdiff -r1.62 -r1.63 sharesrc/share/mk/sys.mk

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