fftw: no check for CNTVCT_EL0 for cross aarch64
This commit is contained in:
parent
96832c36bb
commit
f7397cb89c
|
@ -16,7 +16,7 @@ pre_configure() {
|
|||
if [ "$CROSS_BUILD" ]; then
|
||||
# Remove test which does not work when cross compiling
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv[78]*) sed -i configure.ac \
|
||||
armv[78]*|aarch64*) sed -i configure.ac \
|
||||
-e "/dnl Check for not-always-available (not quite) cycle counters/,+26d"
|
||||
esac
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue