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)
commit544e55d0f08ff4152ae78424119ce74b4efccb1e
tree19ad93fac34b5a62eba285b3d7d6f7fae27e9a80
parent3eff9986f9e1720476cad5a203df21213b0c74fb
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