From 6bb79eca2ee00803534ad224cdebb4145f7891a0 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 13 Feb 2017 17:03:44 +0000 Subject: [PATCH] Toolchain update for 3.3 - libgmp 6.1.2 - libmpfr 3.1.5 - binutils 2.27 - gcc 6.3.0 - glibc 2.24 - kernel headers 4.9.5 --- Makefile | 2 +- vars.mk | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index dd08e3c..748084d 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ distclean: clean linux-headers-distclean libgmp-distclean libmpfr-distclean libm # LINUX HEADERS $(WORK)/linux-$(KERNEL_HEADERS_VERSION).tar.xz: - wget -P $(WORK) -c ftp://ftp.kernel.org/pub/linux/kernel/v4.x/linux-$(KERNEL_HEADERS_VERSION).tar.xz + wget -P $(WORK) -c https://www.kernel.org/pub/linux/kernel/v4.x/linux-$(KERNEL_HEADERS_VERSION).tar.xz $(WORK)/linux-$(KERNEL_HEADERS_VERSION): $(WORK)/linux-$(KERNEL_HEADERS_VERSION).tar.xz tar -C $(WORK) -xf $(WORK)/linux-$(KERNEL_HEADERS_VERSION).tar.xz diff --git a/vars.mk b/vars.mk index 298bf94..10c0b0a 100644 --- a/vars.mk +++ b/vars.mk @@ -10,13 +10,13 @@ CLFS = $(TOPDIR)/clfs CROSSTOOLS = $(TOPDIR)/crosstools WORK = $(TOPDIR)/work -KERNEL_HEADERS_VERSION = 4.1.1 -LIBGMP_VERSION = 6.1.0 -LIBMPFR_VERSION = 3.1.4 +KERNEL_HEADERS_VERSION = 4.9.5 +LIBGMP_VERSION = 6.1.2 +LIBMPFR_VERSION = 3.1.5 LIBMPC_VERSION = 1.0.3 -BINUTILS_VERSION = 2.25.1 -GCC_VERSION = 5.3.0 -GLIBC_VERSION = 2.22 +BINUTILS_VERSION = 2.27 +GCC_VERSION = 6.3.0 +GLIBC_VERSION = 2.24 ABI = aapcs-linux MODE = arm -- 2.26.2