X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=toolchain%2FMakefile;h=3dd2b1c7a6c6d09f3d89523ef36b0c81a7c0582d;hb=bb0ead189249c586f73da8f4b274d765515d8618;hp=2070b25f4bc9f61bb17498fa643061e593536694;hpb=6c062738b542597a35517ad1a743cab3364a07aa;p=carl9170fw.git diff --git a/toolchain/Makefile b/toolchain/Makefile index 2070b25..3dd2b1c 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -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.2 -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.2 +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)