Re: build distribution fails on sparc64
BERTRAND Joël <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
Eduardo Horvath a écrit : > On Thu, 13 Mar 2014, BERTRAND Joël wrote: > >> I have tried to add : >> MACHINE_CPU=sparc64 >> MACHINE_ARCH=sparc64 >> >> to force /usr/src/lib/csu/arch/sparc64/crt0.S instead of >> /usr/src/lib/csu/arch/sparc/crt0.S. > > I don't think you want to do that. The sparc64 crt0.S has V9 instructions > that will probably trap on a V8 CPU. I don't understand. I'm building current on a USIII (V9) to obtain a sparc64 netbsd installation _before_ trying to build current for sparc32. JKB