build: use cpu_family for arch checks
authorMatthew Waters <matthew@centricular.com>
Fri, 9 Oct 2020 01:13:15 +0000 (12:13 +1100)
committerMatthew Waters <matthew@centricular.com>
Fri, 9 Oct 2020 01:13:15 +0000 (12:13 +1100)
commite4567b2dbd88eecc29edf43c4df14a4656270253
tree30b2716b76d2339a1e7436bd9273b28796bc0eed
parent0f93889c7a1bef014963851430a90f841a97dac3
build: use cpu_family for arch checks

e.g. on 32-bit arm, we may have armv6, armv7l, armv7hf, etc which all
generally have the same layouts.  cpu_family() groups all of these into
just 'arm' that the ABI check table is expecting.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/664>
meson.build