Re: Building Marvell
Harri Haataja <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 09, 2024 at 10:29:05PM +0000, John Klos wrote: > > -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? > > and/or are you using the native toolchain, or the one built from build.sh? I'm not using build.sh. My understanding is that that wouldn't be necessary on the same OS and processor arch. Of course the banana is hf and I was wondering if that could end up being a default. I'd expect the arm gcc to build a softfloat binary just the same as a hardfloat one if the build options are correct. There's no /etc/mk.conf or other local things that I'm aware of. I didn't try a build.sh build yet. That I could try on a faster machine if I get around to it, anyway.