mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
fftw: no check for CNTVCT_EL0 for cross aarch64
This commit is contained in:
parent
96832c36bb
commit
f7397cb89c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pre_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# Remove test which does not work when cross compiling
|
# Remove test which does not work when cross compiling
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
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"
|
-e "/dnl Check for not-always-available (not quite) cycle counters/,+26d"
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue