From cb1b40fffae85cdff5c12d9264b8d8277521ff25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Mon, 22 Jun 2020 08:01:50 +0200 Subject: [PATCH] Bump toolchain to 20190731.0 (#3172) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f04f98d..bfbd4794 100644 --- a/Makefile +++ b/Makefile @@ -137,7 +137,7 @@ else UNAME_P := $(shell uname -p) ifeq ($(OS),linux) ifndef TOOLCHAIN_ROOT - TOOLCHAIN_VERSION = 20181106.0 + TOOLCHAIN_VERSION = 20190731.0 GCCTOOLCHAIN = linux-x86_64-$(TOOLCHAIN_VERSION) TOOLCHAIN_ROOT = $(TOP_DIR)/tools/toolchains/esp8266-$(GCCTOOLCHAIN) GITHUB_TOOLCHAIN = https://github.com/jmattsson/esp-toolchains