]> git.proxmox.com Git - mirror_qemu.git/commit
update-linux-headers: update for 4.11
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 21 Feb 2017 12:29:19 +0000 (13:29 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Feb 2017 16:18:49 +0000 (16:18 +0000)
commitf717e6245fb0e33751d3da51c55f71ecabd51ae1
treee47cb493c4471f7ea9c7b56b0201070b66bfba65
parent8a85e0654e6e5ad5e4c9c809cdb608046d56aa5d
update-linux-headers: update for 4.11

The linux-headers/asm-arm/unistd.h file has been split in three
sub-files, copy them along.  However, building them requires
setting ARCH rather than SRCARCH.

SRCARCH defaults to $(ARCH) anyway; to avoid future occurrence of
the same problem use ARCH for all architectures where SRCARCH=ARCH.
Currently these are all except x86, sparc, sh and tile.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 20170221122920.16245-2-pbonzini@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
scripts/update-linux-headers.sh