Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (62600bee9068933f5a2ff0ca4d1561878650b23d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (62600bee9068933f5a2ff0ca4d1561878650b23d)
  • Date: Tue, 6 Oct 2009 19:59:19 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

gnu/gcc33/HISTORY | 3 +++
gnu/gcc33/INSTALL | 3 +--
2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 62600bee9068933f5a2ff0ca4d1561878650b23d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gcc33: We should have no lib64 to need linking

diff --git a/gnu/gcc33/HISTORY b/gnu/gcc33/HISTORY
index b3ce75b..c87fa22 100644
--- a/gnu/gcc33/HISTORY
+++ b/gnu/gcc33/HISTORY
@@ -1,3 +1,6 @@
+2009-10-03 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: We should have no lib64 to need linking
+
2009-05-30 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: Use bootstrap-lean to save diskpace while building

diff --git a/gnu/gcc33/INSTALL b/gnu/gcc33/INSTALL
index 92260c4..dac4bb4 100755
--- a/gnu/gcc33/INSTALL
+++ b/gnu/gcc33/INSTALL
@@ -18,5 +18,4 @@ function link_runtime ()

make prefix=${INSTALL_ROOT}/opt/gcc33 install-no-fixedincludes &&

-link_runtime lib/libstdc++.so.5 &&
-link_runtime lib64/libstdc++.so.5
+link_runtime lib/libstdc++.so.5



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (62600bee9068933f5a2ff0ca4d1561878650b23d), Eric Sandall, 10/06/2009

Archive powered by MHonArc 2.6.24.

Top of Page