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

2010-01-06 Thread Blue Swirl
On Wed, Jan 6, 2010 at 7:53 PM, Andreas Färber wrote: > > Am 06.01.2010 um 20:24 schrieb Blue Swirl: > >> On Wed, Jan 6, 2010 at 6:51 PM, Andreas Färber >> wrote: >>> >>> Am 04.01.2010 um 21:47 schrieb Blue Swirl: >>> On Sun, Jan 3, 2010 at 12:31 PM, Blue Swirl wrote: > > 2009/

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

2010-01-06 Thread Andreas Färber
Am 06.01.2010 um 20:24 schrieb Blue Swirl: On Wed, Jan 6, 2010 at 6:51 PM, Andreas Färber wrote: Am 04.01.2010 um 21:47 schrieb Blue Swirl: On Sun, Jan 3, 2010 at 12:31 PM, Blue Swirl wrote: 2009/12/31 Andreas Färber : From: Andreas Färber Juan has contributed a cool Makefile infr

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

2010-01-06 Thread Blue Swirl
On Wed, Jan 6, 2010 at 6:51 PM, Andreas Färber wrote: > > Am 04.01.2010 um 21:47 schrieb Blue Swirl: > >> On Sun, Jan 3, 2010 at 12:31 PM, Blue Swirl wrote: >>> >>> 2009/12/31 Andreas Färber : From: Andreas Färber Juan has contributed a cool Makefile infrastructure that enabl

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

2010-01-06 Thread Andreas Färber
Am 04.01.2010 um 21:47 schrieb Blue Swirl: On Sun, Jan 3, 2010 at 12:31 PM, Blue Swirl wrote: 2009/12/31 Andreas Färber : From: Andreas Färber Juan has contributed a cool Makefile infrastructure that enables us to drop static libraries completely: Move shared obj-y definitions to Make

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

2010-01-05 Thread Blue Swirl
On Sun, Jan 3, 2010 at 12:31 PM, Blue Swirl wrote: > 2009/12/31 Andreas Färber : >> From: Andreas Färber >> >> Juan has contributed a cool Makefile infrastructure that enables us to drop >> static libraries completely: >> >> Move shared obj-y definitions to Makefile.objs, prefixed {common-,hw-,us

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

2010-01-03 Thread Blue Swirl
2009/12/31 Andreas Färber : > From: Andreas Färber > > Juan has contributed a cool Makefile infrastructure that enables us to drop > static libraries completely: > > Move shared obj-y definitions to Makefile.objs, prefixed {common-,hw-,user-}, > and link those object files directly into the execut

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

2009-12-31 Thread Andreas Färber
From: Andreas Färber Juan has contributed a cool Makefile infrastructure that enables us to drop static libraries completely: Move shared obj-y definitions to Makefile.objs, prefixed {common-,hw-,user-}, and link those object files directly into the executables. Replace HWLIB by HWDIR, specifyi