X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=toolchain%2FMakefile;h=81c5de4249135211948088dae2254287c24b5c53;hp=d7114ffab3b1ecc1d10f879fbc386bc46055eb9c;hb=af915846d44d23adc02c7ded807282d607b46faa;hpb=ad1ddaef6ecdb5c86008d53316dff39fc9115b6b diff --git a/toolchain/Makefile b/toolchain/Makefile index d7114ff..81c5de4 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.6.0 +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 @@ -38,14 +38,14 @@ binutils: src/binutils-$(BINUTILS_VER) mkdir -p build/binutils cd build/binutils; \ $(BASEDIR)/$