summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-08-24 12:17:31 +0100
committerMichael Meeks <michael.meeks@novell.com>2011-08-24 14:23:43 +0100
commit75fac9839793f73c9833489f1d70bf4136881cbf (patch)
tree30c20c8b5924f84439e1b3b122cde6b8193831e6 /set_soenv.in
parent9ba447cec165946ed8b9e719c4a9ee318f9b051b (diff)
Add support for creating merged library.
This commit allows to set which libraries to merge and creates merged library in tail_build if enabled. This should save time when loading libraries in application and also makes more sense for link-time optimization. Signed-off-by: Michael Meeks <michael.meeks@novell.com>
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 53ef4ce2838e..a54c351e0e7d 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -2062,6 +2062,7 @@ ToFile( "SYSTEM_LIBTEXTCAT_DATA","@SYSTEM_LIBTEXTCAT_DATA@","e" );
ToFile( "XAU_LIBS", "@XAU_LIBS@", "e" );
ToFile( "GXX_INCLUDE_PATH", PathFormat("@GXX_INCLUDE_PATH@"), "e" );
ToFile( "COMMON_BUILD_TOOLS",$COMMON_BUILD_TOOLS, "e" );
+ToFile( "MERGELIBS", "@MERGELIBS@", "e" );
if ($platform !~ m/cygwin/) {
if ( !defined $ENV{"TMPDIR"} || $ENV{"TMPDIR"} eq "" ) {