From: Christian Lamparter Date: Sun, 27 Mar 2011 18:48:46 +0000 (+0200) Subject: carl9170 firwmare: toolchain gcc 4.6.0 X-Git-Tag: 1.9.4~22 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=ad1ddaef6ecdb5c86008d53316dff39fc9115b6b;p=carl9170fw.git carl9170 firwmare: toolchain gcc 4.6.0 Signed-off-by: Christian Lamparter --- diff --git a/toolchain/Makefile b/toolchain/Makefile index 740a755..d7114ff 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -6,7 +6,7 @@ NEWLIB_VER=1.19.0 NEWLIB_URL=ftp://sources.redhat.com/pub/newlib/newlib-$(NEWLIB_VER).tar.gz NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz -GCC_VER=4.4.5 +GCC_VER=4.6.0 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