X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=toolchain%2FMakefile;fp=toolchain%2FMakefile;h=23843a7eefaeaeb61bdb4006dc9bcafa37c3b04c;hb=f5927aacfb696d5fdb793a0258d912e07f9767f3;hp=75cebb9ac1fdc3cc9b39f3f52fddc9761ab910db;hpb=26f823cd6cca6419be9c0aa1431588cd767b7292;p=carl9170fw.git diff --git a/toolchain/Makefile b/toolchain/Makefile index 75cebb9..23843a7 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.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)