]> git.proxmox.com Git - qemu.git/commit
qemu: fix out of tree cross compile
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Wed, 29 May 2013 13:30:43 +0000 (23:30 +1000)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 1 Jun 2013 10:25:39 +0000 (14:25 +0400)
commita585140dd546ffb606ec506b362ab9decf1ab14e
tree08ec0dd2fd096e4605ba4071aac229b2b863b868
parenta9c34e4485ef0a8a61e88f1c9f9bb87f00ba2c72
qemu: fix out of tree cross compile

The symlink to "asm" platform linux headers is made in the build tree by
the configure script but gcc is not told to look for them there.

The patch fixes this.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure