[SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (5227f457434aaad26efde6b3db87399512e8804b)

Vlad Glagolev scm at sourcemage.org
Mon Jun 13 07:11:00 EDT 2011


GIT changes to devel-xorg-modular grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 shell-term-fm/mksh/BUILD   |    2 +-
 shell-term-fm/mksh/HISTORY |    2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 5219e565ed68372f2e497eedd943bf494d83ba07
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    mksh: use link time optimization if available

diff --git a/shell-term-fm/mksh/BUILD b/shell-term-fm/mksh/BUILD
index 2bc940e..f44ae21 100755
--- a/shell-term-fm/mksh/BUILD
+++ b/shell-term-fm/mksh/BUILD
@@ -1,4 +1,4 @@
-sh ./Build.sh -r &&
+sh ./Build.sh -r -c lto &&
 gzip -n9 mksh.1 &&
 
 if [[ $MKSH_TEST == y ]]; then
diff --git a/shell-term-fm/mksh/HISTORY b/shell-term-fm/mksh/HISTORY
index dd9405c..acf617b 100644
--- a/shell-term-fm/mksh/HISTORY
+++ b/shell-term-fm/mksh/HISTORY
@@ -1,5 +1,7 @@
 2011-06-13 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: updated spell to R40
+	* BUILD: use link time optimization if available, fallbacks to
+	  '-fwhole-program --combine'
 
 2010-02-26 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: updated spell to R39c


More information about the SM-Commit mailing list