From f7397cb89c463111898259a0d4a5bc3c1f1bbdf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 9 Aug 2016 06:11:57 +0200 Subject: [PATCH] fftw: no check for CNTVCT_EL0 for cross aarch64 --- srcpkgs/fftw/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fftw/template b/srcpkgs/fftw/template index 92ab7e8dc8..a5c8812844 100644 --- a/srcpkgs/fftw/template +++ b/srcpkgs/fftw/template @@ -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