Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Static Library Building - On/Off/Configurable?
@ 2008-08-26  9:32 Daniel Laird
  2008-08-26 15:49 ` Bernhard Reutner-Fischer
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Laird @ 2008-08-26  9:32 UTC (permalink / raw)
  To: buildroot

All,

Currently many of the packages that are in buildroot have a setting of
--enable-static

This takes extra compile time and seems somewhat unnecessary.  It means
that it is not very configurable. (default on)
What are peoples opinion on using the following:

ifeq ($(BR2_PREFER_STATIC_LIB),y)
	OPT_STATIC = --enable-static
endif

This could be added(not quite like above but similar) to
Makefile.autotools.in, 
I believe that --enable-static is a default parameter to configure
scripts so that should be safe, its just it would mean a central
'switch' to enable static compilation and would make things a lot
simpler.

Dan Laird

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-26 15:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-26  9:32 [Buildroot] Static Library Building - On/Off/Configurable? Daniel Laird
2008-08-26 15:49 ` Bernhard Reutner-Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox