Skip to Content.
Sympa Menu

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

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 (efe7557f932a5cf088ba5a7d2be2cb042196ef6c)
  • Date: Mon, 11 May 2009 00:32:24 -0500

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

gnu/fortran/BUILD | 1 +
gnu/fortran/HISTORY | 4 ++++
gnu/g++/BUILD | 1 +
gnu/g++/HISTORY | 4 ++++
gnu/gcc/BUILD | 1 +
gnu/gcc/HISTORY | 4 ++++
gnu/gcj/BUILD | 1 +
gnu/gcj/HISTORY | 4 ++++
gnu/objc/BUILD | 1 +
gnu/objc/HISTORY | 4 ++++
10 files changed, 25 insertions(+)

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

fortran: profiledbootstrap should not use parallel make
See http://gcc.gnu.org/install/build.html

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

objc: profiledbootstrap should not use parallel make
See http://gcc.gnu.org/install/build.html

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

gcj: profiledbootstrap should not use parallel make
See http://gcc.gnu.org/install/build.html

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

g++: profiledbootstrap should not use parallel make
See http://gcc.gnu.org/install/build.html

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

gcc: profiledbootstrap should not use parallel make
See http://gcc.gnu.org/install/build.html

diff --git a/gnu/fortran/BUILD b/gnu/fortran/BUILD
index 96439d3..b5f9a8a 100755
--- a/gnu/fortran/BUILD
+++ b/gnu/fortran/BUILD
@@ -24,5 +24,6 @@ $SOURCE_DIRECTORY/configure \
$GCC_MULTILIB \
$OPTS &&

+make_single &&
make CFLAGS="$CFLAGS" BOOT_CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
profiledbootstrap
diff --git a/gnu/fortran/HISTORY b/gnu/fortran/HISTORY
index 5de3e75..8d7aef3 100644
--- a/gnu/fortran/HISTORY
+++ b/gnu/fortran/HISTORY
@@ -1,3 +1,7 @@
+2009-05-10 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: profiledbootstrap should not use parallel make
+ See http://gcc.gnu.org/install/build.html
+
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 8a207ec..775f16a 100755
--- a/gnu/g++/BUILD
+++ b/gnu/g++/BUILD
@@ -36,5 +36,6 @@ CXX=/bin/false $SOURCE_DIRECTORY/configure \
$GCC_MULTILIB \
$OPTS &&

+make_single &&
make CFLAGS="$CFLAGS" BOOT_CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
profiledbootstrap
diff --git a/gnu/g++/HISTORY b/gnu/g++/HISTORY
index f5d9491..b097c58 100644
--- a/gnu/g++/HISTORY
+++ b/gnu/g++/HISTORY
@@ -1,3 +1,7 @@
+2009-05-10 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: profiledbootstrap should not use parallel make
+ See http://gcc.gnu.org/install/build.html
+
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 c8a84d6..c25d426 100755
--- a/gnu/gcc/BUILD
+++ b/gnu/gcc/BUILD
@@ -35,5 +35,6 @@ $SOURCE_DIRECTORY/configure \
--with-system-zlib \
$GCC_MULTILIB $OPTS &&

+make_single &&
make CFLAGS="$CFLAGS" BOOT_CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
profiledbootstrap
diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index 7405d53..e9bddc1 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,3 +1,7 @@
+2009-05-10 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: profiledbootstrap should not use parallel make
+ See http://gcc.gnu.org/install/build.html
+
2009-03-06 Arwed v. Merkatz <v.merkatz AT gmx.net>
* PRE_BUILD: removed workaround for
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26539, as it's not
needed
diff --git a/gnu/gcj/BUILD b/gnu/gcj/BUILD
index 88366cd..dab6a4e 100755
--- a/gnu/gcj/BUILD
+++ b/gnu/gcj/BUILD
@@ -29,5 +29,6 @@ $SOURCE_DIRECTORY/configure \
$GCC_MULTILIB \
$OPTS &&

+make_single &&
make CFLAGS="$CFLAGS" BOOT_CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
profiledbootstrap
diff --git a/gnu/gcj/HISTORY b/gnu/gcj/HISTORY
index 6bf4ff7..e23f667 100644
--- a/gnu/gcj/HISTORY
+++ b/gnu/gcj/HISTORY
@@ -1,3 +1,7 @@
+2009-05-10 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: profiledbootstrap should not use parallel make
+ See http://gcc.gnu.org/install/build.html
+
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 5973132..a3f86a7 100755
--- a/gnu/objc/BUILD
+++ b/gnu/objc/BUILD
@@ -24,5 +24,6 @@ $SOURCE_DIRECTORY/configure \
$GCC_MULTILIB \
$OPTS &&

+make_single &&
make CFLAGS="$CFLAGS" BOOT_CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
profiledbootstrap
diff --git a/gnu/objc/HISTORY b/gnu/objc/HISTORY
index 22aa029..bdb1036 100644
--- a/gnu/objc/HISTORY
+++ b/gnu/objc/HISTORY
@@ -1,3 +1,7 @@
+2009-05-10 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: profiledbootstrap should not use parallel make
+ See http://gcc.gnu.org/install/build.html
+
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 (efe7557f932a5cf088ba5a7d2be2cb042196ef6c), Eric Sandall, 05/11/2009

Archive powered by MHonArc 2.6.24.

Top of Page