X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=toolchain%2FMakefile;h=ed3dcae53d37632a6e3c89acfe281d1abe5de8f4;hb=320cfce45cb7016f265df42c9512414fb8e5d1e1;hp=b01276088177be35cbcbd10888fad2a1265db71c;hpb=76aedd9fe4f12876375a8e1d212584a00a08bd03;p=carl9170fw.git diff --git a/toolchain/Makefile b/toolchain/Makefile index b012760..ed3dcae 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -6,7 +6,7 @@ NEWLIB_VER=2.0.0 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" -GCC_VER=4.7.2 +GCC_VER=4.8.0 GCC_TAR=gcc-$(GCC_VER).tar.bz2 GCC_URL="http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)"