Re: mips64 softfloat or hardfloat?
Michael <[email protected]> Tue, 4 Apr 2017 11:39:05 -0400
| Newsgroups | gmane.os.netbsd.ports.mips.devel,gmane.os.netbsd.ports.evbmips |
|---|---|
| Organization | The NetBSD Foundation |
| Message-ID | <20170404113905.130ef1c8@blackbush> |
Hello, On Tue, 4 Apr 2017 10:23:01 -0500 (CDT) "John D. Baker" <[email protected]> wrote: > I recently tried again to build packages on my Lemote YeeLoong > (evbmips-mips64el), but was thwarted when the first dependency > ("cwrappers") failed with: ... > /tmp/ccTB8LJ8.s: Warning: .gnu_attribute 4,3 requires `softfloat' It's still soft float, although some parts of the tool chain seem to be confused. Adding -Wa,-msoftfloat to CFLGS should do the trick. have fun Michael