Skip to Content.
Sympa Menu

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

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 (a42a9336ac261141bb1341f2e465f1e10424cd0e)
  • Date: Sat, 30 May 2009 11:05:09 -0500

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

gnu/gcc33/BUILD | 2 +-
gnu/gcc33/HISTORY | 3 +++
gnu/gcc34/BUILD | 2 +-
gnu/gcc34/HISTORY | 6 ++++++
4 files changed, 11 insertions(+), 2 deletions(-)

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

gcc34: Use profiledbootstrap to generate a more optimized compiler
This uses more diskspace, but unlike 4.x we have no
profiledbootstrap-lean to combine both optimization and saving
space during compilation.
(cherry picked from commit 3343eedcb6a835ca4bc96167785190c525772385)

commit af93c14773268ac2db2ca4d1f756310ebe52d998
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gcc33: Use bootstrap-lean to save diskpace while building
(cherry picked from commit 197f6c99e183a1dbeede1bc9610dd0b70e296746)

diff --git a/gnu/gcc33/BUILD b/gnu/gcc33/BUILD
index f2bd686..6785c23 100755
--- a/gnu/gcc33/BUILD
+++ b/gnu/gcc33/BUILD
@@ -31,4 +31,4 @@ sedit
's|\(CFLAGS_FOR_TARGET.*\)\$(CFLAGS)|\1$(CFLAGS:k8=athlon-xp)|g' Makefile
sedit 's|\(CXXFLAGS_FOR_TARGET.*\)\$(CXXFLAGS)|\1$(CXXFLAGS:k8=athlon-xp)|g'
Makefile &&
sedit 's|march=k8|march=athlon-xp|g' libiberty/Makefile
libiberty/testsuite/Makefile &&

-make bootstrap
+make bootstrap-lean
diff --git a/gnu/gcc33/HISTORY b/gnu/gcc33/HISTORY
index 3ac6176..b3ce75b 100644
--- a/gnu/gcc33/HISTORY
+++ b/gnu/gcc33/HISTORY
@@ -1,3 +1,6 @@
+2009-05-30 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Use bootstrap-lean to save diskpace while building
+
2009-05-01 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: Switch core2 -> nocona (Bug #15203)
Disable -mssse3 (finishes fixing Bug #15203)
diff --git a/gnu/gcc34/BUILD b/gnu/gcc34/BUILD
index 684f383..b37a065 100755
--- a/gnu/gcc34/BUILD
+++ b/gnu/gcc34/BUILD
@@ -15,4 +15,4 @@ $SOURCE_DIRECTORY/configure \
--enable-languages=c,c++ \
$GCC_MULTILIB $OPTS &&

-make bootstrap
+make profiledbootstrap
diff --git a/gnu/gcc34/HISTORY b/gnu/gcc34/HISTORY
index 493caa7..20d876a 100644
--- a/gnu/gcc34/HISTORY
+++ b/gnu/gcc34/HISTORY
@@ -1,3 +1,9 @@
+2009-05-30 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Use profiledbootstrap to generate a more optimized compiler
+ This uses more diskspace, but unlike 4.x we have no
+ profiledbootstrap-lean to combine both optimization and saving space
+ during compilation.
+
2009-05-01 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: Doesn't know core2, replace with nocona (Bug #15204)
Doesn't know -mssse3 either (Rest of Bug #15204)



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (a42a9336ac261141bb1341f2e465f1e10424cd0e), Eric Sandall, 05/30/2009

Archive powered by MHonArc 2.6.24.

Top of Page