From: MilhouseVH Date: Mon, 25 Nov 2019 16:50:43 +0000 (+0000) Subject: configure: relax arm detection X-Git-Tag: 1.9.9-b1~383 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ee46d07b630acb6c1a0d9f427c0f7e264fb94fa;p=thirdparty%2Fzlib-ng.git configure: relax arm detection --- diff --git a/configure b/configure index 720214f3..b0dd408c 100755 --- a/configure +++ b/configure @@ -1072,7 +1072,7 @@ case "${ARCH}" in ;; # ARM specific optimizations - arm | armv[3467]l | armv4b | armv4tl | armv5tel | armv5tejl | armv[67]hl | armv7hnl | armv[78]-a | armv8-a+* | armv8.[1234]-a | armv8.[1234]-a+*) + arm*) [ ! -z $CROSS_PREFIX ] && QEMU_ARCH=arm ARCHDIR=arch/arm