Re: build distribution fails on sparc64
Eduardo Horvath <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
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. Eduardo