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 enough, since this selects armv7-a+fp as the architecture, and +fp is equivalent to vfpv3-d16. Furthermore, leaving off the +fp from the setting will ensure better backwards compatibility with older versions of GCC (though that's getting quite a long way back now, about GCC-7, IIRC). R. IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.