X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=toolchain%2FMakefile;h=75cebb9ac1fdc3cc9b39f3f52fddc9761ab910db;hp=2070b25f4bc9f61bb17498fa643061e593536694;hb=529acea3f4e997a5ba0d1b3cfaa784956f65be46;hpb=6c062738b542597a35517ad1a743cab3364a07aa diff --git a/toolchain/Makefile b/toolchain/Makefile index 2070b25..75cebb9 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -6,7 +6,7 @@ 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_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