Skip to content
Snippets Groups Projects
Commit 11e16ee6 authored by Matthew Waters's avatar Matthew Waters :koala: Committed by GStreamer Marge Bot
Browse files

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: <gstreamer/gstreamer!667>
parent 33f2263a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment