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 f402495b24
commit c4f13f04a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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']