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
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
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