Fix Meson on armel
This is an attempt to get the Meson build to recognize when it's targeting ARMv7 versus something older.
Just looking at host_machine.cpu()
isn't enough, because if you're building in an armel container, then it would still report armv7l
or armv8l
.
So instead, it'll check for an assortment of ARMv7 macros.