From 1e0a070c12b677dc9769f806a1e762f52567db7a Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Wed, 17 Sep 2014 19:57:56 +0200 Subject: [PATCH] carl9170 toolchain: update to gcc-4.9.1 For users with issues due to a gcc-4.9 host compiler: Note: The README.md has been updated as well. For requests about the firmware (or driver) please include "carl9170" in the subject line. Signed-off-by: Christian Lamparter --- README.md | 5 +++-- toolchain/Makefile | 2 +- toolchain/SHA256SUMS | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1521488..e5c95ad 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ about 3-4 GiB disk space. The firmware configuration and build process requires the following tools and libraries: - * gcc 4.7+ + * gcc 4.8 * gperf, bison/flex @@ -52,4 +52,5 @@ into /lib/firmware/[the default path on most Distributions]. ## Contact If you have any questions, reports or patches, you should write -to . +to and include "carl9170" in +the subject line. 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)" diff --git a/toolchain/SHA256SUMS b/toolchain/SHA256SUMS index a6f660e..5499c8a 100644 --- a/toolchain/SHA256SUMS +++ b/toolchain/SHA256SUMS @@ -10,3 +10,4 @@ b037fe5132b71ecad2ea7141ec92292b5d32427bf90fd90cde432b1d5abacc2c src/gcc-4.8.0. e5e8c5be9664e7f7f96e0d09919110ab5ad597794f5b1809871177a0f0f14137 src/binutils-2.24.tar.bz2 3e4d5ab9f0508942b6231b8ade4f8e5048cf92c96ed574c2bd6bd3320a599a48 src/newlib-2.1.0.tar.gz b9b047a97bade9c1c89970bc8e211ff57b7b8998a1730a80a653d329f8ed1257 src/gcc-4.9.0.tar.bz2 +d334781a124ada6f38e63b545e2a3b8c2183049515a1abab6d513f109f1d717e src/gcc-4.9.1.tar.bz2 -- 2.31.1