Skip to Content.
Sympa Menu

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

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 (b674ec711d823dea6de8875cde7dd5fe4e85c88b)
  • Date: Mon, 11 May 2009 11:33:49 -0500

GIT changes to master 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 b674ec711d823dea6de8875cde7dd5fe4e85c88b
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

commit e00d7080158fa8298960ac52f0d2a0e38a7c5673
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

commit d22a9b9083382d25fea625bf610b67036c5c2531
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

commit e7643e397cef527418db74a9ec151666b67c8c75
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

commit ff910d6433c269d1362a58a0f85583b23e698ce0
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

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 8d7aef3..1ea12ec 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-01-29 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 4.3.3
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 b097c58..def6201 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-01-29 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 4.3.3
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 e9bddc1..c23f393 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-03-06 Arwed v. Merkatz <v.merkatz AT gmx.net>
* PRE_BUILD: removed workaround for
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 e23f667..9104b97 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-01-29 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 4.3.3
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 bdb1036..4b83b62 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-01-29 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 4.3.3



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

Archive powered by MHonArc 2.6.24.

Top of Page