Skip to content

configure: Recognize the host_cpu value "armv8l"

Kyle Brenneman requested to merge github/fork/kbrenneman/recognize-arm8vl into master

Created by: kbrenneman

It's possible to get a $host_cpu string of either "armv7" or "armv8l" in the configure script if you're building for ARMv7, so the configure script should recognize either of them.

Merge request reports