Subject: Re: new bcopy assembler errors
To: None <heas@shrubbery.net, port-sparc64@netbsd.org>
From: None <eeh@netbsd.org>
List: port-sparc64
Date: 07/05/2001 18:35:11
	assembly of the new bcopy fails with a bunch of errors like the following
	for alignaddr and faligndata:

	/home/src/lib/libc/arch/sparc64/string/bcopy.S: Assembler messages:
	/home/src/lib/libc/arch/sparc64/string/bcopy.S:815: Error: Architecture mismatch on "alignaddr".
	/home/src/lib/libc/arch/sparc64/string/bcopy.S:815:  (Requires v9a; requested architecture is v9.)
	/home/src/lib/libc/arch/sparc64/string/bcopy.S:821: Error: Architecture mismatch on "faligndata".
	/home/src/lib/libc/arch/sparc64/string/bcopy.S:821:  (Requires v9a; requested architecture is v9.)

You need to update your /usr/share/mk/sys.mk

Eduardo