Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] First Step in allowing Static / shared library choice
@ 2007-02-08 15:18 Daniel Laird
  2007-02-08 17:23 ` Bernhard Fischer
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Laird @ 2007-02-08 15:18 UTC (permalink / raw)
  To: buildroot


Following on from my question of 'how do we deal with shared and static
builds"
I enclose the following patch.
This is for the top level Config.in
It will appear under Build options
this means that the variables BR2_STATIC_LIBS and BR2_SHARED_LIBS are
available.

Once this patch is in we can start to modify packages to use this
information. (no packages modified yet)

I hope this can get into the mainline without to much difficulty

Cheers
Dan

--- Config.in.orig	2007-02-08 15:08:18.000000000 +0000
+++ Config.in	2007-02-08 15:11:24.000000000 +0000
@@ -361,6 +361,20 @@
 
 	  WARNING: This is highly experimental at the moment.
 
+config BR2_STATIC_LIBS
+	bool "Build static libs for target"
+	default n
+	help
+	    This option when selected will try and build packages with static
libraries.
+	    This will increase code size and is not recommended for embedded
systems.
+
+config BR2_SHARED_LIBS
+	bool "Build shared libs for target"
+	default y
+	help
+	    This option when selected will try and build packages as shared
libraries.
+	    This will increase loading time but minimise size.
+
 
 endmenu
-- 
View this message in context: http://www.nabble.com/First-Step-in-allowing-Static---shared-library-choice-tf3193891.html#a8867285
Sent from the BuildRoot mailing list archive at Nabble.com.

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

end of thread, other threads:[~2007-02-09  9:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-08 15:18 [Buildroot] First Step in allowing Static / shared library choice Daniel Laird
2007-02-08 17:23 ` Bernhard Fischer
2007-02-08 17:39   ` Daniel Laird
2007-02-08 17:43     ` Bernhard Fischer
2007-02-08 17:49       ` Bernhard Fischer
2007-02-09  9:59         ` Daniel Laird

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