projects
/
open-ath9k-htc-firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82f9c2c
)
bump gcc to newer revision
61/head
author
Andrew Engelbrecht
<sudoman@ninthfloor.org>
Mon, 30 Jun 2014 01:04:09 +0000
(21:04 -0400)
committer
Andrew Engelbrecht
<sudoman@ninthfloor.org>
Mon, 30 Jun 2014 01:04:09 +0000
(21:04 -0400)
gcc 4.7.4 builds with texinfo versions 5.x .
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index c9677cd4c5aadf1ac8b9d467d3ca8592d90461c4..931c8bcc01794d6dd89b0da095a4f1bb28043fd6 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-19,7
+19,7
@@
BINUTILS_TAR=binutils-$(BINUTILS_VER).tar.bz2
BINUTILS_DIR=binutils-$(BINUTILS_VER)
BINUTILS_PATCHES=local/patches/binutils.patch local/patches/binutils-elf32-xtensa-sec_cache.patch
-GCC_VER=4.7.
2
+GCC_VER=4.7.
4
GCC_URL=https://ftp.gnu.org/gnu/gcc/gcc-$(GCC_VER)/gcc-$(GCC_VER).tar.bz2
GCC_TAR=gcc-$(GCC_VER).tar.bz2
GCC_DIR=gcc-$(GCC_VER)