fftw: no check for CNTVCT_EL0 for cross aarch64

This commit is contained in:
Jürgen Buchmüller 2016-08-09 06:11:57 +02:00
parent 96832c36bb
commit f7397cb89c

View file

@ -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