X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=aca678fb23da13647fb6bc744d9429647c7f6487;hb=71f757b6cacf8110c6aa98dc91fd2317ce5fe45d;hp=93141993685227cce9a20af5e8193b3ae317b934;hpb=29426f31458682304dee9f2da0f1e9e60237018f;p=open-ath9k-htc-firmware.git diff --git a/Makefile b/Makefile index 9314199..aca678f 100644 --- a/Makefile +++ b/Makefile @@ -16,12 +16,12 @@ MPC_TAR=mpc-$(MPC_VER).tar.gz MPC_DIR=mpc-$(MPC_VER) MPC_SUM=617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc3 -BINUTILS_VER=2.26.1 +BINUTILS_VER=2.27 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_SUM=39c346c87aa4fb14b2f786560aec1d29411b6ec34dce3fe7309fe3dd56949fd8 +BINUTILS_PATCHES=local/patches/binutils.patch local/patches/binutils-2.27_fixup.patch +BINUTILS_SUM=369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88 GCC_VER=6.2.0 GCC_URL=https://ftp.gnu.org/gnu/gcc/gcc-$(GCC_VER)/gcc-$(GCC_VER).tar.bz2