summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArwed von Merkatz2009-04-01 18:48:08 +0200
committerArwed von Merkatz2009-04-01 18:48:08 +0200
commitbaa1844879b9e3604fc30810fb01dde9b9f6353c (patch)
tree27b03acd5bde8eb74fb41a3c874e9fc8a4e29538
parentbfebbf8e51768ae74332c95deb0f9a1e42fc39bb (diff)
Revert "gcc: Updated to 4.3.3"
This reverts commit 6e45a4bcea73249324d8780a072df494213efae3.
-rwxr-xr-xgnu/gcc/DETAILS2
-rw-r--r--gnu/gcc/HISTORY3
2 files changed, 1 insertions, 4 deletions
diff --git a/gnu/gcc/DETAILS b/gnu/gcc/DETAILS
index 30ce82a36b..91fc4ad0a7 100755
--- a/gnu/gcc/DETAILS
+++ b/gnu/gcc/DETAILS
@@ -1,5 +1,5 @@
SPELL=gcc
- VERSION=4.3.3
+ VERSION=4.3.2
SOURCE=gcc-core-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gcc-$VERSION
diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index 7405d53564..a72c490181 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -3,9 +3,6 @@
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26539, as it's not needed
anymore with gcc 4.3.x
-2009-01-29 Eric Sandall <sandalle@sourcemage.org>
- * DETAILS: Updated to 4.3.3
-
2008-09-24 Andrew Stitt <astitt@sourcemage.org>
* BUILD: prefix CFLAGS with -O1, fixing compilation error when
no optimizations are specified.