X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=931c8bcc01794d6dd89b0da095a4f1bb28043fd6;hb=b568900f35cef12a8440a6a449474b00c1206a79;hp=ec4d440da6e42e9c2aa5c56678ab319a48e0ec5f;hpb=5ae7f86de569bd6f5830814df1952b51c5b89e11;p=open-ath9k-htc-firmware.git diff --git a/Makefile b/Makefile index ec4d440..931c8bc 100644 --- a/Makefile +++ b/Makefile @@ -17,9 +17,9 @@ BINUTILS_VER=2.23.1 BINUTILS_URL=https://ftp.gnu.org/gnu/binutils/binutils-$(BINUTILS_VER).tar.bz2 BINUTILS_TAR=binutils-$(BINUTILS_VER).tar.bz2 BINUTILS_DIR=binutils-$(BINUTILS_VER) -BINUTILS_PATCHES=local/patches/binutils.patch +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) @@ -71,7 +71,8 @@ endef define BINUTILS/Compile $(call Common/Compile,BINUTILS, \ - --target=$(TARGET), \ + --target=$(TARGET) \ + --disable-werror, \ $(MAKE) && $(MAKE) -j1 install \ ) endef