Re: [OpenWrt-Devel] mfloat-abi=soft

2019-04-13 Thread Boris Krasnovskiy
Hello Everybody, I checked how Yocto solved this issue, and they added —disable-neon configure flag when neon is not available. We can do the same in the Makefile. Below is the link to Yocto recipe.

Re: [OpenWrt-Devel] mfloat-abi=soft

2019-04-13 Thread Christian Lamparter
On Saturday, April 13, 2019 11:08:38 PM CEST Rosen Penev wrote: > On Sat, Apr 13, 2019 at 7:07 AM Christian Lamparter > wrote: > > > > Cc'd: BangLang Huang > > > > On Saturday, April 6, 2019 10:35:48 PM CEST Rosen Penev wrote: > > > According to rules.mk, -mfloat-abi=soft is used. This is

Re: [OpenWrt-Devel] mfloat-abi=soft

2019-04-13 Thread Rosen Penev
On Sat, Apr 13, 2019 at 7:07 AM Christian Lamparter wrote: > > Cc'd: BangLang Huang > > On Saturday, April 6, 2019 10:35:48 PM CEST Rosen Penev wrote: > > According to rules.mk, -mfloat-abi=soft is used. This is causing build > > failures with the botan library: > > > >

Re: [OpenWrt-Devel] mfloat-abi=soft

2019-04-13 Thread Christian Lamparter
Cc'd: BangLang Huang On Saturday, April 6, 2019 10:35:48 PM CEST Rosen Penev wrote: > According to rules.mk, -mfloat-abi=soft is used. This is causing build > failures with the botan library: > > https://downloads.openwrt.org/snapshots/faillogs/armeb_xscale/packages/botan/compile.txt > > Is it

[OpenWrt-Devel] mfloat-abi=soft

2019-04-06 Thread Rosen Penev
According to rules.mk, -mfloat-abi=soft is used. This is causing build failures with the botan library: https://downloads.openwrt.org/snapshots/faillogs/armeb_xscale/packages/botan/compile.txt Is it sensical to change the default to softfp, as the error message suggests?