Re: build distribution fails on sparc64
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Mar 13, 2014 at 08:52:59PM +0100, BERTRAND Joël wrote: > --- gcrt0.o --- > /usr/src/lib/csu/arch/sparc/crt0.S: Assembler messages: > /usr/src/lib/csu/arch/sparc/crt0.S:53: Error: detected global register > use not covered by .register pseudo-op > ... > > Both files come from sparc directory, not from sparc64. I'm suppose > there is a bug in Makefile. Need more context - this could be from the 32bit compat build part. Do you have any special settings in /etc/mk.conf? Like forcing -mcpu=... or similar? Martin