Re: Building Marvell
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 09, 2024 at 09:06:29PM +0300, Harri Haataja wrote: > So, I'm wondering if this is user error or has the config become > non-functional for current compiler or something. I have just build a MARVEL_NAS kernel from the latest netbsd-10 branch and it compiled just fine. The build log showed no signs of a float abi use other than -mfloat-abi=soft and -msoft-float. This is correct for the kernel, and also the Sheeva CPU does not have any FPU. So the question is where the different -mfloat-abi= comes from in your build. Do you have something in /etc/mk.conf that could cause this? Martin