Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-glibc grimoire by David Brown (2157d4d00b777f7a82cde9eebf685cd8eca3cb77)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-glibc grimoire by David Brown (2157d4d00b777f7a82cde9eebf685cd8eca3cb77)
  • Date: Tue, 30 Oct 2007 23:17:45 -0500

GIT changes to devel-glibc grimoire by David Brown <dmlb2000 AT gmail.com>:

libs/glibc/BUILD | 13 +++++++++----
libs/glibc/DETAILS | 2 +-
libs/glibc/HISTORY | 4 ++++
3 files changed, 14 insertions(+), 5 deletions(-)

New commits:
commit 2157d4d00b777f7a82cde9eebf685cd8eca3cb77
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

glibc updated to 2.7

diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD
index 6a02339..667f72c 100755
--- a/libs/glibc/BUILD
+++ b/libs/glibc/BUILD
@@ -45,10 +45,15 @@ fi &&

OPTS="$OPTS --enable-add-ons=${ADDONS/ /,}" &&

-#
-# Fixes Bug #8595
-#
-CFLAGS="-Os $CFLAGS" &&
+if [ "$GLIBC_NPTL" = "y" ]
+then
+ CFLAGS="-O2 ${CFLAGS//-Os/}"
+else
+ #
+ # Fixes Bug #8595
+ #
+ CFLAGS="-Os $CFLAGS"
+fi &&

export CFLAGS="${CFLAGS/-ffast-math/}" &&
export CC=gcc &&
diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS
index aa045d6..4275039 100755
--- a/libs/glibc/DETAILS
+++ b/libs/glibc/DETAILS
@@ -1,6 +1,6 @@
SPELL=glibc
if [ "$GLIBC_NPTL" = "y" ]; then
- VERSION=2.6.1
+ VERSION=2.7
HEADERS_VERSION=2.6.23.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index c1061ce..e525c40 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,7 @@
+2007-10-31 David Brown <dmlb2000 AT gmail.com>
+ * BUILD: updated new cflags for 2.7
+ * DETAILS: updated glibc to 2.7
+
2007-10-21 Arwed v. Merkatz <v.merkatz AT gmx.net>
* PRE_INSTALL: remove each of /usr/include/{asm,asm-generic,linux} if
it is a symlink, seems like some installations still have those,



  • [SM-Commit] GIT changes to devel-glibc grimoire by David Brown (2157d4d00b777f7a82cde9eebf685cd8eca3cb77), David Brown, 10/31/2007

Archive powered by MHonArc 2.6.24.

Top of Page