carl9170 toolchain: update to gcc-4.7.1
authorChristian Lamparter <chunkeey@googlemail.com>
Thu, 14 Jun 2012 18:27:49 +0000 (20:27 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Thu, 14 Jun 2012 18:27:49 +0000 (20:27 +0200)
Note:
There are no more gcc-core packages.
<http://gcc.gnu.org/ml/gcc-patches/2011-05/msg01525.html>

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
toolchain/Makefile

index 75cebb9ac1fdc3cc9b39f3f52fddc9761ab910db..23843a7eefaeaeb61bdb4006dc9bcafa37c3b04c 100644 (file)
@@ -6,9 +6,9 @@ NEWLIB_VER=1.20.0
 NEWLIB_URL=ftp://sources.redhat.com/pub/newlib/newlib-$(NEWLIB_VER).tar.gz
 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz
 
-GCC_VER=4.6.3
-GCC_URL=http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/gcc-core-$(GCC_VER).tar.bz2
-GCC_TAR=gcc-core-$(GCC_VER).tar.bz2
+GCC_VER=4.7.1
+GCC_URL=http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/gcc-$(GCC_VER).tar.bz2
+GCC_TAR=gcc-$(GCC_VER).tar.bz2
 
 BASEDIR=$(shell pwd)