X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=toolchain%2FMakefile;h=492f0178726cea579ad0e464e837df959ae2485a;hb=15d2ed79f88fcd09ca1644b2d9c3c01aff04d46e;hp=740a755e41ed6046681dfe312cba243c2ecaed27;hpb=cc617d2cf8e68457138af9ae058f329f4b5c8008;p=carl9170fw.git diff --git a/toolchain/Makefile b/toolchain/Makefile index 740a755..492f017 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -6,7 +6,7 @@ NEWLIB_VER=1.19.0 NEWLIB_URL=ftp://sources.redhat.com/pub/newlib/newlib-$(NEWLIB_VER).tar.gz NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz -GCC_VER=4.4.5 +GCC_VER=4.4.6 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