]> git.proxmox.com Git - qemu.git/commit - configure
configure: support target dependent linking
authorMichael Walle <michael@walle.cc>
Mon, 25 Apr 2011 22:24:07 +0000 (00:24 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 26 Apr 2011 21:26:48 +0000 (23:26 +0200)
commitde3a354a8323296f200a76c0de5984c4d14c0a9e
tree19ad93fac34b5a62eba285b3d7d6f7fae27e9a80
parent1a924df6206c089cd4925479dbc0cb9667019b35
configure: support target dependent linking

This patch is the first attempt to make configure more intelligent with
regard to how it links to libraries. It divides the softmmu libraries into
two lists, a general one and a list which depends on the target
architecture.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Acked-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
configure