Skip to Content.
Sympa Menu

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

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 (918e04d07965d12edb6cbbedfb058b28f94150c4)
  • Date: Mon, 11 May 2009 00:37:46 -0500

GIT changes to devel-gcc 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 918e04d07965d12edb6cbbedfb058b28f94150c4
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

Cherry-picked from efe7557f932a5cf088ba5a7d2be2cb042196ef6c in master

commit 9d6c16e7ec37c2419e4c37a952efe833097cc9d3
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

Cherry-picked from f4b2a5e6c4884694d154eb732a1f4ed7db92c229 in master

commit 2636887e1cbb174386d6276698f9f83aa65b99f1
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

Cherry-picked from 74199a9192a574655bc363325af433dc89de6eb5 in master

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

Cherry-picked from 0f26fd8f3e346742b11a5323402534de120a3254 in master

commit 98c9e6fbc6c0fc9ed8a6a68be842d9b48e99034e
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

Cherry-picked from 4eb578ae57b35c3eb66cf5e484cdb4f2cdf83486 in master

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 e67e2d2..2b7c291 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-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 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 ddfe1ed..44e64d0 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-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 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 648491e..f0bdc0e 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-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 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 4fab183..1174f79 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-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 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 3e55f5c..0afd101 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-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 (918e04d07965d12edb6cbbedfb058b28f94150c4), Eric Sandall, 05/11/2009

Archive powered by MHonArc 2.6.24.

Top of Page