Allow compilation on Raspberry Pi OS 32 bit

This commit is contained in:
coderamen 2023-12-13 13:55:05 -06:00 committed by GitHub
parent ad2930fdf0
commit 40c4482235

View file

@ -527,7 +527,7 @@ def configure(conf):
flags += ['-fsigned-char']
if conf.env.DEST_CPU == 'arm':
flags += ['-mfpu=neon-vfpv4']
flags += ['-march=armv7-a', '-mfpu=neon-vfpv4']
if conf.env.DEST_OS == 'freebsd':
linkflags += ['-lexecinfo']