carl9170 toolchain: update to gcc-4.9.1
authorChristian Lamparter <chunkeey@googlemail.com>
Wed, 17 Sep 2014 17:57:56 +0000 (19:57 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Wed, 17 Sep 2014 17:58:19 +0000 (19:58 +0200)
For users with issues due to a gcc-4.9 host compiler:
<https://bugzilla.redhat.com/show_bug.cgi?id=1087374>

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 <chunkeey@googlemail.com>
README.md
toolchain/Makefile
toolchain/SHA256SUMS

index 1521488dd5c83329c19fcc1ae4430dc22f915903..e5c95ada7f8ff82d081342a3209b6967352fc1ba 100644 (file)
--- 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 <linux-wireless@vger.kernel.org>.
+to <linux-wireless@vger.kernel.org> and include "carl9170" in
+the subject line.
index 5c54f0889e8bab0df62115f1269388d55057e4fd..6404f8e0e2515d015c9002407ba77c5084352f6d 100644 (file)
@@ -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)"
 
index a6f660ec2903448102fe1bbb6410fb6a4d7d4505..5499c8a8392f4b1da48c912e93b0fa88fafdf537 100644 (file)
@@ -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