summaryrefslogtreecommitdiffstats
path: root/gnu/gcc34
diff options
context:
space:
mode:
authorEric Sandall2009-05-30 09:03:37 -0700
committerEric Sandall2009-05-30 09:05:04 -0700
commita42a9336ac261141bb1341f2e465f1e10424cd0e (patch)
tree5d6b0e0deefae5e2c0eeb9cd3904d21239a93c6c /gnu/gcc34
parentaf93c14773268ac2db2ca4d1f756310ebe52d998 (diff)
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)
Diffstat (limited to 'gnu/gcc34')
-rwxr-xr-xgnu/gcc34/BUILD2
-rw-r--r--gnu/gcc34/HISTORY6
2 files changed, 7 insertions, 1 deletions
diff --git a/gnu/gcc34/BUILD b/gnu/gcc34/BUILD
index 684f383e35..b37a065d7c 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 493caa7563..20d876a816 100644
--- a/gnu/gcc34/HISTORY
+++ b/gnu/gcc34/HISTORY
@@ -1,3 +1,9 @@
+2009-05-30 Eric Sandall <sandalle@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@sourcemage.org>
* BUILD: Doesn't know core2, replace with nocona (Bug #15204)
Doesn't know -mssse3 either (Rest of Bug #15204)