Re: [Qemu-devel] [PATCH] Drop --whole-archive and static libraries

2009-12-31 Thread Andreas Färber
Am 13.12.2009 um 09:02 schrieb Andreas Färber: From: Andreas Färber Juan has donated a cool Makefile infrastructure that enables us to drop static libraries completely: Move shared obj-y definitions to Makefile.objs, prefixed common-, hw-, user-. Link those object files directly. Rep

Re: [Qemu-devel] [PATCH] Drop --whole-archive and static libraries

2009-12-19 Thread Andreas Färber
Hello Anthony, These two patches were already the fourth proposed solution to eliminate --whole-archive issues on Solaris. The last one was limited to CONFIG_SOLARIS, and if accepted a 0.12 candidate from my view; this one is a major rework of the build system to drop static libraries alt

[Qemu-devel] [PATCH] Drop --whole-archive and static libraries

2009-12-13 Thread Andreas Färber
From: Andreas Färber Juan has donated a cool Makefile infrastructure that enables us to drop static libraries completely: Move shared obj-y definitions to Makefile.objs, prefixed common-, hw-, user-. Link those object files directly. Replace HWLIB by HWDIR, specifying only the directory. Drop