Skip to content

Fix Meson on armel

Kyle Brenneman requested to merge kbrenneman/libglvnd:meson-fix-armel into master

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.

Merge request reports