summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-05-31 21:55:11 (GMT)
committerMark Brand <mabrand@mabrand.nl>2013-05-31 21:55:11 (GMT)
commit4a78b2ae0a341d0345c0804715fb3c14d4cf5feb (patch)
tree0a8998305950faae0796b0ef8516e7fc9c0ff710
parent935c4faa08e3813b16af37c4555bc41fc9e8c8b0 (diff)
downloadmxe-4a78b2ae0a341d0345c0804715fb3c14d4cf5feb.zip
mxe-4a78b2ae0a341d0345c0804715fb3c14d4cf5feb.tar.gz
mxe-4a78b2ae0a341d0345c0804715fb3c14d4cf5feb.tar.bz2
update package gcc
-rw-r--r--index.html2
-rw-r--r--src/gcc.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index a3dda67..e9cd3f6 100644
--- a/index.html
+++ b/index.html
@@ -1174,7 +1174,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="gcc-package">gcc</td>
- <td id="gcc-version">4.8.0</td> <!-- libgomp uses the same source, set it to the same version! -->
+ <td id="gcc-version">4.8.1</td> <!-- libgomp uses the same source, set it to the same version! -->
<td id="gcc-website"><a href="http://gcc.gnu.org/">GCC</a></td>
</tr>
<tr>
diff --git a/src/gcc.mk b/src/gcc.mk
index 9435e44..70c3310 100644
--- a/src/gcc.mk
+++ b/src/gcc.mk
@@ -3,7 +3,7 @@
PKG := gcc
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := b4ee6e9bdebc65223f95067d0cc1a634b59dad72
+$(PKG)_CHECKSUM := 4e655032cda30e1928fcc3f00962f4238b502169
$(PKG)_SUBDIR := gcc-$($(PKG)_VERSION)
$(PKG)_FILE := gcc-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/gcc/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE)