X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=toolchain%2FMakefile;fp=toolchain%2FMakefile;h=6404f8e0e2515d015c9002407ba77c5084352f6d;hb=1e0a070c12b677dc9769f806a1e762f52567db7a;hp=5c54f0889e8bab0df62115f1269388d55057e4fd;hpb=50a5ebfaff824904531a9b0b61244d11d89102e6;p=carl9170fw.git diff --git a/toolchain/Makefile b/toolchain/Makefile index 5c54f08..6404f8e 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -6,7 +6,7 @@ NEWLIB_VER=2.1.0 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" -GCC_VER=4.9.0 +GCC_VER=4.9.1 GCC_TAR=gcc-$(GCC_VER).tar.bz2 GCC_URL="http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)"