Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (4fd9f883bd2030366b0da66ec5f3c64c0b741363)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (4fd9f883bd2030366b0da66ec5f3c64c0b741363)
  • Date: Thu, 21 Aug 2008 05:37:39 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

gnu/g++/BUILD | 3 ++-
gnu/g++/HISTORY | 4 ++++
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit cb26e92036437e1b61d1d0f10f21e7c61b6399c7
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

g++: make the upgrade work when there is a (now broken, old) g++ is
installed

diff --git a/gnu/g++/BUILD b/gnu/g++/BUILD
index 9c98589..bdc36b7 100755
--- a/gnu/g++/BUILD
+++ b/gnu/g++/BUILD
@@ -23,7 +23,8 @@ if [[ "$GCC_NOLIB64" == 'y' ]]; then
fi &&

cd $SOURCE_DIRECTORY.bld &&
-$SOURCE_DIRECTORY/configure \
+# Ignore any installed g++, it could botch up configure!
+CXX=/bin/false $SOURCE_DIRECTORY/configure \
--host=$HOST \
--prefix=${INSTALL_ROOT}/usr \
--infodir=${INSTALL_ROOT}/usr/share/info \
diff --git a/gnu/g++/HISTORY b/gnu/g++/HISTORY
index feb934f..0592605 100644
--- a/gnu/g++/HISTORY
+++ b/gnu/g++/HISTORY
@@ -1,3 +1,7 @@
+2008-08-20 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: workaround for g++ upgrade where installed g++ (older
version)
+ is broken
+
2008-06-11 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.3.1





Archive powered by MHonArc 2.6.24.

Top of Page