Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-gcc grimoire by Eric Sandall (44ce59d40539f4260706056b6c371d396c069f1a)

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 devel-gcc grimoire by Eric Sandall (44ce59d40539f4260706056b6c371d396c069f1a)
  • Date: Mon, 11 May 2009 11:35:51 -0500

GIT changes to devel-gcc grimoire by Eric Sandall <sandalle AT sourcemage.org>:

gnu/fortran/BUILD | 2 +-
gnu/fortran/HISTORY | 2 ++
gnu/g++/BUILD | 2 +-
gnu/g++/HISTORY | 2 ++
gnu/gcc/BUILD | 2 +-
gnu/gcc/HISTORY | 2 ++
gnu/gcj/BUILD | 2 +-
gnu/gcj/HISTORY | 2 ++
gnu/objc/BUILD | 2 +-
gnu/objc/HISTORY | 2 ++
10 files changed, 15 insertions(+), 5 deletions(-)

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

gjc: Build using profiledbootstrap-lean to save disk space during
compilation
Thanks to Peng "chp" Chang
(cherry picked from commit b674ec711d823dea6de8875cde7dd5fe4e85c88b)

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

objc: Build using profiledbootstrap-lean to save disk space during
compilation
Thanks to Peng "chp" Chang
(cherry picked from commit e00d7080158fa8298960ac52f0d2a0e38a7c5673)

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

fortran: Build using profiledbootstrap-lean to save disk space during
compilation
Thanks to Peng "chp" Chang
(cherry picked from commit d22a9b9083382d25fea625bf610b67036c5c2531)

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

g++: Build using profiledbootstrap-lean to save disk space during
compilation
Thanks to Peng "chp" Chang
(cherry picked from commit e7643e397cef527418db74a9ec151666b67c8c75)

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

gcc: Build using profiledbootstrap-lean to save disk space during
compilation
Thanks to Peng "chp" Chang
(cherry picked from commit ff910d6433c269d1362a58a0f85583b23e698ce0)

diff --git a/gnu/fortran/BUILD b/gnu/fortran/BUILD
index b5f9a8a..bdb8513 100755
--- a/gnu/fortran/BUILD
+++ b/gnu/fortran/BUILD
@@ -26,4 +26,4 @@ $SOURCE_DIRECTORY/configure \

make_single &&
make CFLAGS="$CFLAGS" BOOT_CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
- profiledbootstrap
+ profiledbootstrap-lean
diff --git a/gnu/fortran/HISTORY b/gnu/fortran/HISTORY
index 2b7c291..0e381ef 100644
--- a/gnu/fortran/HISTORY
+++ b/gnu/fortran/HISTORY
@@ -1,6 +1,8 @@
2009-05-10 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: profiledbootstrap should not use parallel make
See http://gcc.gnu.org/install/build.html
+ Build using profiledbootstrap-lean to save disk space during
compilation
+ Thanks to Peng "chp" Chang

2009-04-21 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 4.4.0
diff --git a/gnu/g++/BUILD b/gnu/g++/BUILD
index 775f16a..9361152 100755
--- a/gnu/g++/BUILD
+++ b/gnu/g++/BUILD
@@ -38,4 +38,4 @@ CXX=/bin/false $SOURCE_DIRECTORY/configure \

make_single &&
make CFLAGS="$CFLAGS" BOOT_CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
- profiledbootstrap
+ profiledbootstrap-lean
diff --git a/gnu/g++/HISTORY b/gnu/g++/HISTORY
index 44e64d0..f5d4306 100644
--- a/gnu/g++/HISTORY
+++ b/gnu/g++/HISTORY
@@ -1,6 +1,8 @@
2009-05-10 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: profiledbootstrap should not use parallel make
See http://gcc.gnu.org/install/build.html
+ Build using profiledbootstrap-lean to save disk space during
compilation
+ Thanks to Peng "chp" Chang

2009-04-21 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 4.4.0
diff --git a/gnu/gcc/BUILD b/gnu/gcc/BUILD
index c25d426..71fd636 100755
--- a/gnu/gcc/BUILD
+++ b/gnu/gcc/BUILD
@@ -37,4 +37,4 @@ $SOURCE_DIRECTORY/configure \

make_single &&
make CFLAGS="$CFLAGS" BOOT_CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
- profiledbootstrap
+ profiledbootstrap-lean
diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index f0bdc0e..b661133 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,6 +1,8 @@
2009-05-10 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: profiledbootstrap should not use parallel make
See http://gcc.gnu.org/install/build.html
+ Build using profiledbootstrap-lean to save disk space during
compilation
+ Thanks to Peng "chp" Chang

2009-04-21 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 4.4.0
diff --git a/gnu/gcj/BUILD b/gnu/gcj/BUILD
index dab6a4e..14b7ee6 100755
--- a/gnu/gcj/BUILD
+++ b/gnu/gcj/BUILD
@@ -31,4 +31,4 @@ $SOURCE_DIRECTORY/configure \

make_single &&
make CFLAGS="$CFLAGS" BOOT_CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
- profiledbootstrap
+ profiledbootstrap-lean
diff --git a/gnu/gcj/HISTORY b/gnu/gcj/HISTORY
index 1174f79..02c67de 100644
--- a/gnu/gcj/HISTORY
+++ b/gnu/gcj/HISTORY
@@ -1,6 +1,8 @@
2009-05-10 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: profiledbootstrap should not use parallel make
See http://gcc.gnu.org/install/build.html
+ Build using profiledbootstrap-lean to save disk space during
compilation
+ Thanks to Peng "chp" Chang

2009-04-21 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 4.4.0
diff --git a/gnu/objc/BUILD b/gnu/objc/BUILD
index a3f86a7..60e7c99 100755
--- a/gnu/objc/BUILD
+++ b/gnu/objc/BUILD
@@ -26,4 +26,4 @@ $SOURCE_DIRECTORY/configure \

make_single &&
make CFLAGS="$CFLAGS" BOOT_CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
- profiledbootstrap
+ profiledbootstrap-lean
diff --git a/gnu/objc/HISTORY b/gnu/objc/HISTORY
index 0afd101..b98c686 100644
--- a/gnu/objc/HISTORY
+++ b/gnu/objc/HISTORY
@@ -1,6 +1,8 @@
2009-05-10 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: profiledbootstrap should not use parallel make
See http://gcc.gnu.org/install/build.html
+ Build using profiledbootstrap-lean to save disk space during
compilation
+ Thanks to Peng "chp" Chang

2009-04-21 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 4.4.0



  • [SM-Commit] GIT changes to devel-gcc grimoire by Eric Sandall (44ce59d40539f4260706056b6c371d396c069f1a), Eric Sandall, 05/11/2009

Archive powered by MHonArc 2.6.24.

Top of Page