Fix on 'Use mcpu instead of march for ppc64le' (#11481)
* Fix on 'Use mcpu instead of march for ppc64le' Use of [] around 'if is_ppc64le; then' makes it always return true, causing deprecated warnings on every other arch. This fixes commit 9f57dc8d * Remove CPU variable and inline uname in configure script
Loading
Please sign in to comment