Bug#928224: patch

2022-07-01 Thread Richard Earnshaw
On Fri, 1 Jul 2022 11:54:58 +0200 Mathieu Malaterre wrote: valgrind should apply the following patch: sed -i -e 's/cortex-a8/generic-armv7-a+vfpv3-d16/g' Makefile.all.am A better change would be sed -i -e 's/cortex-a8/generic-armv7-a/g' Makefile.all.am There's no need for the fpu select

Bug#1014091: armhf: gcc has wrong configuration

2022-07-01 Thread Richard Earnshaw
On 01/07/2022 10:58, Mathieu Malaterre wrote: Hi Richard ! I've suggested valgrind people the following patch: % sed -i -e 's/cortex-a8/generic-armv7-a+vfpv3-d16/g' Makefile.all.am Hopefully my understanding is correct this time. Pretty close, but -mcpu=generic-armv7-a is actually enoug