summary refs log tree commit diff stats
path: root/configure
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2025-07-10 14:00:35 +0200
committerThomas Huth <thuth@redhat.com>2025-07-21 07:58:57 +0200
commit99c6e970a4a6cfd862c6bb0a363c28538436de13 (patch)
tree63f8e40a549f8e7f5fd6629d74aa24d9a3f4d911 /configure
parente82989544e38062beeeaad88c175afbeed0400f8 (diff)
downloadfocaccia-qemu-99c6e970a4a6cfd862c6bb0a363c28538436de13.tar.gz
focaccia-qemu-99c6e970a4a6cfd862c6bb0a363c28538436de13.zip
linux-headers: Remove the 32-bit arm headers
KVM support for 32-bit arm has been dropped a while ago, so we don't
need these headers in QEMU anymore.

Fixes: 82bf7ae84ce ("target/arm: Remove KVM support for 32-bit Arm hosts")
Acked-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250710120035.169376-1-thuth@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 2b2b3d6597..95f67c1a82 100755
--- a/configure
+++ b/configure
@@ -453,7 +453,6 @@ case "$cpu" in
   armv*b|armv*l|arm)
     cpu=arm
     host_arch=arm
-    linux_arch=arm
     ;;
 
   i386|i486|i586|i686)