NVIDIA / libglvnd

The GL Vendor-Neutral Dispatch library
502 stars 90 forks source link

configure: Recognize the host_cpu value "armv8l" #185

Closed kbrenneman closed 5 years ago

kbrenneman commented 5 years ago

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.