bump gcc to newer revision 61/head
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Mon, 30 Jun 2014 01:04:09 +0000 (21:04 -0400)
committerAndrew 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

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)