Re: [LEDE-DEV] brcm2708: bcm2710: do not activate neon-vfpv4 manually

2017-07-17 Thread Hauke Mehrtens
On 07/18/2017 12:03 AM, Florian Fainelli wrote: > On 07/17/2017 03:01 PM, Hauke Mehrtens wrote: >> Neon and vfpv4 support are activated by GCC on all ARMv8 CPUs because >> this is not a mandatory part of the architecture. There is not need to >> activate is manually. > > You mean this is "now a ma

Re: [LEDE-DEV] brcm2708: bcm2710: do not activate neon-vfpv4 manually

2017-07-17 Thread Florian Fainelli
On 07/17/2017 03:01 PM, Hauke Mehrtens wrote: > Neon and vfpv4 support are activated by GCC on all ARMv8 CPUs because > this is not a mandatory part of the architecture. There is not need to > activate is manually. You mean this is "now a mandatory part of the architecture", right? LGTM > > Sig

[LEDE-DEV] brcm2708: bcm2710: do not activate neon-vfpv4 manually

2017-07-17 Thread Hauke Mehrtens
Neon and vfpv4 support are activated by GCC on all ARMv8 CPUs because this is not a mandatory part of the architecture. There is not need to activate is manually. Signed-off-by: Hauke Mehrtens --- target/linux/brcm2708/bcm2710/target.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/l