Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (5baabea0403c9d39b7442f9eb6b192bd451a35fc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (5baabea0403c9d39b7442f9eb6b192bd451a35fc)
  • Date: Wed, 18 Aug 2010 10:52:19 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

libs/glibc/BUILD | 3 +++
libs/glibc/HISTORY | 3 +++
2 files changed, 6 insertions(+)

New commits:
commit 5baabea0403c9d39b7442f9eb6b192bd451a35fc
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

glibc: disable stripping, so thread debugging works #15017

no bump since it probably not interesting for many people

diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD
index 71d430b..f23db24 100755
--- a/libs/glibc/BUILD
+++ b/libs/glibc/BUILD
@@ -60,6 +60,9 @@ fi &&
export CFLAGS="${CFLAGS/-ffast-math/}" &&
export CC=gcc &&

+# don't strip, so thread debugging works #15017
+export LDFLAGS="${LDFLAGS//-s/}" &&
+
#
# LD_LIBRARY_PATH includes $PWD bug
#
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 8b172d2..cdfcf6a 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,6 @@
+2010-08-18 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: disable stripping, so thread debugging works #15017
+
2010-08-06 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.12.1, HEADERS_VERSION=2.6.35, gnu.gpg -> glibc.gpg
* PRE_BUILD, binutils-2.20.patch: removed patch




Archive powered by MHonArc 2.6.24.

Top of Page